fgen.wrapper_building.formatting

fgen.wrapper_building.formatting#

Functions to use to format generated code

format_python_code#

format_python_code(code)[source]#

Format Python code

Parameters:

code (str) – Code to format

Returns:

str – Formatted Python code