t.p.d.build_ext_twisted(build_ext.build_ext) : class documentation

Part of twisted.python.dist View Source View In Hierarchy

Allow subclasses to easily detect and customize Extensions to build at install-time.
Method prepare_extensions No summary
Method build_extensions Check to see which extension modules to build and then build them.
Method _remove_conftest Undocumented
Method _compile_helper Undocumented
Method _check_header Check if the given header can be included by trying to compile a file that contains only an #include line.
def prepare_extensions(self): (source)
Prepare the self.extensions attribute (used by build_ext.build_ext) by checking which extensions in conditionalExtensions should be built. In addition, if we are building on NT, define the WIN32 macro to 1.
def build_extensions(self): (source)
Check to see which extension modules to build and then build them.
def _remove_conftest(self): (source)
Undocumented
def _compile_helper(self, content): (source)
Undocumented
def _check_header(self, header_name): (source)
Check if the given header can be included by trying to compile a file that contains only an #include line.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.