(TabularOutputFormatter)
| 61 | |
| 62 | |
| 63 | def register_new_formatter(TabularOutputFormatter): |
| 64 | global formatter |
| 65 | formatter = TabularOutputFormatter |
| 66 | for sql_format in supported_formats: |
| 67 | TabularOutputFormatter.register_new_formatter(sql_format, adapter, preprocessors, {"table_format": sql_format}) |
no outgoing calls