MCPcopy Create free account
hub / github.com/tortoise/tortoise-orm / fake_init

Function fake_init

tests/cli/test_cli.py:331–332  ·  view source on GitHub ↗
(**_kwargs)

Source from the content-addressed store, hash-verified

329 importlib.invalidate_caches()
330
331 async def fake_init(**_kwargs) -> None:
332 return None
333
334 async def fake_applied(self) -> list[MigrationKey]:
335 return [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…