Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tortoise/tortoise-orm
/ keys
Method
keys
tortoise/apps.py:341–342 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
339
return
self.apps.items()
340
341
def
keys(self) -> Iterable[str]:
342
return
self.apps.keys()
343
344
def
__getitem__(self, key: str) -> dict[str, type[Model]]:
345
return
self.apps[key]
Callers
15
init
Method · 0.80
_get_connection
Function · 0.80
values_list
Method · 0.80
values
Method · 0.80
prefetch_related
Method · 0.80
_execute
Method · 0.80
_make_query
Method · 0.80
execute_pypika
Function · 0.80
finalise_fields
Method · 0.80
_set_kwargs
Method · 0.80
construct
Method · 0.80
_create_or_get
Method · 0.80
Calls
no outgoing calls
Tested by
8
test_in_bulk
Function · 0.64
test_event_named
Function · 0.64
test_event_sorted
Function · 0.64
test_event_unsorted
Function · 0.64
test_describe_models_all_serializable
Function · 0.64
test_describe_models_all_not_serializable
Function · 0.64
test_describe_models_some
Function · 0.64
test_downgrade_keeps_full_config_for_dependencies
Function · 0.64