Method summary
- __init__(self, name, compiler = '')
- add_function(self, func)
- arg_specs(self)
- build_information(self)
- build_kw_and_file(self, location, kw)
- compile(self, location, compiler = '.', verbose = None, kw = 0)
- function_code(self)
- generate_file(self, file_name = '', location = '.')
- get_headers(self)
- header_code(self)
- module_code(self)
- module_init_code(self)
- python_function_definition_code(self)
- set_compiler(self, compiler)
- setup_extension(self, location, kw = '.')
- support_code(self)
- warning_code(self)
Methods
- __init__(self, name, compiler = '')
- add_function(self, func)
- arg_specs(self)
- build_information(self)
- build_kw_and_file(self, location, kw)
- compile(self, location, compiler = '.', verbose = None, kw = 0)
- function_code(self)
- generate_file(self, file_name = '', location = '.')
- module_code(self)
- module_init_code(self)
- python_function_definition_code(self)
- set_compiler(self, compiler)
- setup_extension(self, location, kw = '.')
- support_code(self)
- warning_code(self)