Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_dict
Method · 0.80
from_dict
Method · 0.80
get_json_filter_operator
Function · 0.80
_resolve_kwargs
Method · 0.80
_resolve_q_objects
Method · 0.80
_resolve_annotate
Method · 0.80
_filter_or_exclude
Method · 0.80
annotate
Method · 0.80
values
Method · 0.80
_resolve_only
Method · 0.80
_make_query
Method · 0.80
Calls
no outgoing calls
Tested by
8
test_postgres_basic
Function · 0.64
test_postgres_encoded_password
Function · 0.64
test_postgres_no_db
Function · 0.64
test_postgres_no_port
Function · 0.64
test_postgres_testing
Function · 0.64
test_postgres_params
Function · 0.64
test_postgres_plus_sign_in_password
Function · 0.64
user_list
Method · 0.64