pf.codegen

procfunc.codegen.default_func_resolution_map(toplevel_graph, skip_funcs=None)[source]
Parameters:
Return type:

tuple[dict[Any, str | OperatorType], list[str]]

procfunc.codegen.to_python(graph, func_resolution=None, import_lines=None, toplevel_as_maincall=True, add_version_comment=True, add_line_comments=False)[source]
Parameters:
Return type:

str

procfunc.codegen.dedup_names_with_suffix(names, existing=None, separator='.', order=None, first_use_suffix=False)[source]
Parameters:
Return type:

dict[TKey, str]