def setuptools.command.build_ext.build_ext.build_extension |
( |
|
self, |
|
|
|
ext |
|
) |
| |
def setuptools.command.build_ext.build_ext.copy_extensions_to_source |
( |
|
self | ) |
|
def setuptools.command.build_ext.build_ext.finalize_options |
( |
|
self | ) |
|
def setuptools.command.build_ext.build_ext.get_export_symbols |
( |
|
self, |
|
|
|
ext |
|
) |
| |
def setuptools.command.build_ext.build_ext.get_ext_filename |
( |
|
self, |
|
|
|
fullname |
|
) |
| |
def setuptools.command.build_ext.build_ext.get_outputs |
( |
|
self | ) |
|
def setuptools.command.build_ext.build_ext.initialize_options |
( |
|
self | ) |
|
def setuptools.command.build_ext.build_ext.links_to_dynamic |
( |
|
self, |
|
|
|
ext |
|
) |
| |
Return true if 'ext' links to a dynamic lib in the same package
def setuptools.command.build_ext.build_ext.run |
( |
|
self | ) |
|
Build extensions in build directory, then copy if --inplace
def setuptools.command.build_ext.build_ext.setup_shlib_compiler |
( |
|
self | ) |
|
def setuptools.command.build_ext.build_ext.swig_sources |
( |
|
self, |
|
|
|
sources, |
|
|
|
otherargs |
|
) |
| |
def setuptools.command.build_ext.build_ext.write_stub |
( |
|
self, |
|
|
|
output_dir, |
|
|
|
ext, |
|
|
|
compile = False |
|
) |
| |
setuptools.command.build_ext.build_ext.compiler |
setuptools.command.build_ext.build_ext.ext_map |
setuptools.command.build_ext.build_ext.extensions |
setuptools.command.build_ext.build_ext.inplace |
setuptools.command.build_ext.build_ext.shlib_compiler |
setuptools.command.build_ext.build_ext.shlibs |
The documentation for this class was generated from the following file:
- orbits/lib/python2.7/site-packages/setuptools/command/build_ext.py
Copyright 2014 Google Inc. All rights reserved.