Method summary
- __init__(self, name, code_block, arg_specs)
- arg_cleanup_code(self)
- arg_declaration_code(self)
- arg_local_dict_code(self)
- function_code(self)
- function_declaration_code(self)
- header_code(self)
- parse_tuple_code(self)
- python_function_definition_code(self)
- set_compiler(self, compiler)
- template_declaration_code(self)
Methods
- __init__(self, name, code_block, arg_specs)
- arg_cleanup_code(self)
- arg_declaration_code(self)
- arg_local_dict_code(self)
- function_code(self)
- function_declaration_code(self)
- header_code(self)
- parse_tuple_code(self)
Create code block for PyArg_ParseTuple. Variable declarations for all PyObjects are done also.
This code got a lot uglier when I added local_dict...
- python_function_definition_code(self)
- set_compiler(self, compiler)
- template_declaration_code(self)
