6.1.2.29. pycropml.split_function module

Merge files into one file with unique functions.

Render a set of pyx files containing the same function several into one file containing one and only one function of each name.

pycropml.split_function.function_names(code)[source]
pycropml.split_function.get_function_code(content, function_name)[source]
pycropml.split_function.unique_functions(files)[source]