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

Method __init__

tests/cli/test_cli.py:482–483  ·  view source on GitHub ↗
(self, _apps, apps_config, **_kwargs)

Source from the content-addressed store, hash-verified

480
481 class FakeAutodetector:
482 def __init__(self, _apps, apps_config, **_kwargs) -> None:
483 self.apps_config = apps_config
484
485 async def changes(self) -> list[MigrationWriter]:
486 return [

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected