MCPcopy Index your code
hub / github.com/tortoise/tortoise-orm / _NoopRecorder

Class _NoopRecorder

tortoise/cli/cli.py:160–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159
160class _NoopRecorder(MigrationRecorder):
161 def __init__(self) -> None:
162 super().__init__(connection=None)
163
164 async def applied_migrations(self) -> list[MigrationKey]:
165 return []
166
167 async def ensure_schema(self, _schema_editor) -> None:
168 return None
169
170
171def _load_config(ctx: CLIContext) -> TortoiseConfig:

Callers 1

headsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…