Inherits from
- config: distutils.command.config.config
Method summary
- check_func(self, func, headers = None, include_dirs = None, libraries = None, library_dirs = None, decl = False, call = False, call_args = None)
- finalize_options(self)
- get_output(self, body, headers = None, include_dirs = None, libraries = None, library_dirs = None, lang = 'c')
- initialize_options(self)
Methods
- check_func(self, func, headers = None, include_dirs = None, libraries = None, library_dirs = None, decl = False, call = False, call_args = None)
- finalize_options(self)
- get_output(self, body, headers = None, include_dirs = None, libraries = None, library_dirs = None, lang = 'c')
Try to compile, link to an executable, and run a program built from 'body' and 'headers'. Returns the exit status code of the program and its output.
- initialize_options(self)
