Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Public Attributes | List of all members
setuptools.command.build_ext.build_ext Class Reference
Inheritance diagram for setuptools.command.build_ext.build_ext:

Public Member Functions

def run
 
def copy_extensions_to_source
 
def swig_sources
 
def get_ext_filename
 
def initialize_options
 
def finalize_options
 
def setup_shlib_compiler
 
def get_export_symbols
 
def build_extension
 
def links_to_dynamic
 
def get_outputs
 
def write_stub
 

Public Attributes

 inplace
 
 shlib_compiler
 
 shlibs
 
 ext_map
 
 extensions
 
 compiler
 

Member Function Documentation

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 
)

Member Data Documentation

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:

Copyright 2014 Google Inc. All rights reserved.