twisted.python._setup.build_ext_twisted(build_ext.build_ext, object)
class documentationtwisted.python._setup
(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. |
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.