Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ormar-orm/ormar
/ load_data
Method
load_data
ormar/queryset/queries/prefetch_query.py:67–68 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
65
66
@abstractmethod
67
async
def
load_data(self) -> None:
# pragma: no cover
68
pass
69
70
def
get_filter_for_prefetch(self) -> list[
"FilterAction"
]:
71
""
"
Callers
3
load_data
Method · 0.45
load_data
Method · 0.45
prefetch_related
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected