Functions | |
| def | import_formatter |
| Formatter importer. | |
| def | rawpy |
| Python source formatter. | |
| def rtshell.fmt.import_formatter | ( | form, | |
| modmgr | |||
| ) |
Formatter importer.
Import a formatter. This function attempts to evaluate an expression specifying a function object that can be used to format a piece of data. The imported function must receive one positional argument, which is the data to format. @param form The formatter expression. @param modmgr The module manager to use to evaluate @ref form.
| def rtshell.fmt.rawpy | ( | data | ) |