MCPcopy
hub / github.com/ormar-orm/ormar / load_data

Method load_data

ormar/queryset/queries/prefetch_query.py:132–137  ·  view source on GitHub ↗

Triggers a data load in the child nodes

(self)

Source from the content-addressed store, hash-verified

130 self.models.append(child_models)
131
132 async def load_data(self) -> None:
133 """
134 Triggers a data load in the child nodes
135 """
136 for child in self.children:
137 await child.load_data()
138
139 def reload_tree(self) -> None:
140 """

Callers

nothing calls this directly

Calls 1

load_dataMethod · 0.45

Tested by

no test coverage detected