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

Method __init__

tortoise/queryset.py:1521–1523  ·  view source on GitHub ↗
(self, model: type[MODEL], annotations: dict[str, Any])

Source from the content-addressed store, hash-verified

1519 # pylint: disable=W0223
1520
1521 def __init__(self, model: type[MODEL], annotations: dict[str, Any]) -> None:
1522 super().__init__(model)
1523 self._annotations = annotations
1524
1525 def _join_table_with_forwarded_fields(
1526 self, model: type[MODEL], table: Table, field: str, forwarded_fields: str

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected