Class t.p.d.build_ext_twisted(build_ext.build_ext):

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

Allow subclasses to easily detect and customize Extensions to build at install-time.
Method build_extensions Override the build_ext build_extensions method to call our
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
def build_extensions(self): (source)
Override the build_ext build_extensions method to call our module detection function before it tries to build the extensions.
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.