Method summary
- arg_cleanup_code(self)
- arg_declaration_code(self)
- arg_local_dict_code(self)
- function_code(self)
- function_declaration_code(self)
- parse_tuple_code(self)
- python_function_definition_code(self)
- template_declaration_code(self)
Methods
- arg_cleanup_code(self)
- arg_declaration_code(self)
- arg_local_dict_code(self)
- function_code(self)
- function_declaration_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)
- template_declaration_code(self)
