MCPcopy
hub / github.com/tortoise/tortoise-orm / items

Method items

tortoise/apps.py:338–339  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

336 return self.apps.values()
337
338 def items(self) -> Iterable[tuple[str, dict[str, type[Model]]]]:
339 return self.apps.items()
340
341 def keys(self) -> Iterable[str]:
342 return self.apps.keys()

Callers 15

__post_init__Method · 0.80
to_dictMethod · 0.80
from_dictMethod · 0.80
get_json_filter_operatorFunction · 0.80
_resolve_kwargsMethod · 0.80
_resolve_q_objectsMethod · 0.80
_resolve_annotateMethod · 0.80
_filter_or_excludeMethod · 0.80
annotateMethod · 0.80
valuesMethod · 0.80
_resolve_onlyMethod · 0.80
_make_queryMethod · 0.80

Calls

no outgoing calls

Tested by 8

test_postgres_basicFunction · 0.64
test_postgres_no_dbFunction · 0.64
test_postgres_no_portFunction · 0.64
test_postgres_testingFunction · 0.64
test_postgres_paramsFunction · 0.64
user_listMethod · 0.64