(self)
| 124 | return tables |
| 125 | |
| 126 | def get_databases(self): |
| 127 | raise ModuleNotFoundError("Databases not available on sqlite") |
| 128 | |
| 129 | def search_tables(self, filter:str=None): |
| 130 | result = Result(headers=['tables']) |
nothing calls this directly
no outgoing calls
no test coverage detected