Table of Contents
_check_header ( self, header_name )
Check if the given header can be included by trying to compile a file that contains only an #include line.
_detect_modules ( self )
Determine which extension modules we should build on this system.
build_extensions ( self )
Override the build_ext build_extensions method to call our module detection function before it trys to build the extensions.