Python distutils.command.build_ext.build_ext.initialize_options() Examples

The following are 24 code examples of distutils.command.build_ext.build_ext.initialize_options(). You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may also want to check out all available functions/classes of the module distutils.command.build_ext.build_ext , or try the search function .
Example #1
Source File: build_ext.py    From Fluid-Designer with GNU General Public License v3.0 5 votes vote down vote up
def initialize_options(self):
        old_build_ext.initialize_options(self)
        self.fcompiler = None 
Example #2
Source File: build_ext.py    From keras-lambda with MIT License 5 votes vote down vote up
def initialize_options(self):
        old_build_ext.initialize_options(self)
        self.fcompiler = None
        self.parallel = None 
Example #3
Source File: build_ext.py    From twitter-stock-recommendation with MIT License 5 votes vote down vote up
def initialize_options(self):
        old_build_ext.initialize_options(self)
        self.fcompiler = None
        self.parallel = None 
Example #4
Source File: build_ext.py    From Serverless-Deep-Learning-with-TensorFlow-and-AWS-Lambda with MIT License 5 votes vote down vote up
def initialize_options(self):
        old_build_ext.initialize_options(self)
        self.fcompiler = None
        self.parallel = None 
Example #5
Source File: build_ext.py    From Carnets with BSD 3-Clause "New" or "Revised" License 5 votes vote down vote up
def initialize_options(self):
        old_build_ext.initialize_options(self)
        self.fcompiler = None
        self.parallel = None 
Example #6
Source File: build_ext.py    From coffeegrindsize with MIT License 5 votes vote down vote up
def initialize_options(self):
        old_build_ext.initialize_options(self)
        self.fcompiler = None
        self.parallel = None 
Example #7
Source File: build_ext.py    From elasticintel with GNU General Public License v3.0 5 votes vote down vote up
def initialize_options(self):
        old_build_ext.initialize_options(self)
        self.fcompiler = None
        self.parallel = None 
Example #8
Source File: setup.py    From slack-sql with MIT License 5 votes vote down vote up
def initialize_options(self):
        build_ext.initialize_options(self)
        self.direct_access = True
        self.large_objects = True
        self.default_vars = True
        self.escaping_funcs = pg_version[0] >= 9
        if pg_version < (9, 0):
            warnings.warn("PygreSQL does not support this PostgreSQL version.") 
Example #9
Source File: build_ext.py    From Splunking-Crime with GNU Affero General Public License v3.0 5 votes vote down vote up
def initialize_options(self):
        old_build_ext.initialize_options(self)
        self.fcompiler = None
        self.parallel = None 
Example #10
Source File: build_ext.py    From ImageFusion with MIT License 5 votes vote down vote up
def initialize_options(self):
        old_build_ext.initialize_options(self)
        self.fcompiler = None 
Example #11
Source File: build_ext.py    From mxnet-lambda with Apache License 2.0 5 votes vote down vote up
def initialize_options(self):
        old_build_ext.initialize_options(self)
        self.fcompiler = None
        self.parallel = None 
Example #12
Source File: build_ext.py    From pySINDy with MIT License 5 votes vote down vote up
def initialize_options(self):
        old_build_ext.initialize_options(self)
        self.fcompiler = None
        self.parallel = None 
Example #13
Source File: build_ext.py    From recruit with Apache License 2.0 5 votes vote down vote up
def initialize_options(self):
        old_build_ext.initialize_options(self)
        self.fcompiler = None
        self.parallel = None 
Example #14
Source File: build_ext.py    From predictive-maintenance-using-machine-learning with Apache License 2.0 5 votes vote down vote up
def initialize_options(self):
        old_build_ext.initialize_options(self)
        self.fcompiler = None
        self.parallel = None 
Example #15
Source File: setup.py    From symengine.py with MIT License 5 votes vote down vote up
def initialize_options(self):
        _install.initialize_options(self)
        self.define = None
        self.symengine_dir = None
        self.generator = None
        self.build_type = "Release" 
Example #16
Source File: setup.py    From symengine.py with MIT License 5 votes vote down vote up
def initialize_options(self):
        _build_ext.initialize_options(self)
        self.define = None
        self.symengine_dir = None
        self.generator = None
        self.build_type = "Release" 
Example #17
Source File: setup.py    From python3_ios with BSD 3-Clause "New" or "Revised" License 5 votes vote down vote up
def initialize_options(self):
        self.disable_platform_guessing = None
        self.add_imaging_libs = ""
        build_ext.initialize_options(self)
        for x in self.feature:
            setattr(self, 'disable_%s' % x, None)
            setattr(self, 'enable_%s' % x, None) 
Example #18
Source File: build_ext.py    From GraphicDesignPatternByPython with MIT License 5 votes vote down vote up
def initialize_options(self):
        old_build_ext.initialize_options(self)
        self.fcompiler = None
        self.parallel = None 
Example #19
Source File: build_ext.py    From Mastering-Elasticsearch-7.0 with MIT License 5 votes vote down vote up
def initialize_options(self):
        old_build_ext.initialize_options(self)
        self.fcompiler = None
        self.parallel = None 
Example #20
Source File: build_ext.py    From Computable with MIT License 5 votes vote down vote up
def initialize_options(self):
        old_build_ext.initialize_options(self)
        self.fcompiler = None 
Example #21
Source File: build_ext.py    From vnpy_crypto with MIT License 5 votes vote down vote up
def initialize_options(self):
        old_build_ext.initialize_options(self)
        self.fcompiler = None
        self.parallel = None 
Example #22
Source File: build_ext.py    From auto-alt-text-lambda-api with MIT License 5 votes vote down vote up
def initialize_options(self):
        old_build_ext.initialize_options(self)
        self.fcompiler = None
        self.parallel = None 
Example #23
Source File: build_ext.py    From lambda-packs with MIT License 5 votes vote down vote up
def initialize_options(self):
        old_build_ext.initialize_options(self)
        self.fcompiler = None
        self.parallel = None 
Example #24
Source File: build_ext.py    From lambda-packs with MIT License 5 votes vote down vote up
def initialize_options(self):
        old_build_ext.initialize_options(self)
        self.fcompiler = None
        self.parallel = None