ppmd.modules.module module

class ppmd.modules.module.Module

Bases: object

get_cpp_arguments_ast()

Return the code to define arguments to add to the library.

get_cpp_headers_ast()

Return the code to include the required header file(s).

get_cpp_post_loop_code_ast()

Return the code to place after the loop.

get_cpp_pre_loop_code_ast()

Return the code to place before the loop.

get_python_parameters()

Return the parameters to add to the launch of the shared library.