pymor.tools.formatsrc¶ Module Contents¶ pymor.tools.formatsrc.format_source(obj)[source]¶ Format source code of an object. Parameters objThe object of which to format the source code. Returns sourceThe source code as a string, possibly highlighted when used in a terminal. pymor.tools.formatsrc.print_source(obj)[source]¶ Print source code of an object. Parameters objThe object of which to print the source code.