MCPcopy
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_dataMethod · 0.45
load_dataMethod · 0.45
prefetch_relatedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected