(obj: Object, config: PrinterConfig)
| 111 | |
| 112 | |
| 113 | def _relax_script(obj: Object, config: PrinterConfig) -> str: |
| 114 | func = get_global_func("script.printer.ReprPrintRelax") |
| 115 | return func(obj, config) |
| 116 | |
| 117 | |
| 118 | class Scriptable: |
no test coverage detected
searching dependent graphs…