MCPcopy Create free account
hub / github.com/MAC-VO/MAC-VO / preload

Method preload

DataLoader/SequenceBase.py:49–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47 return self
48
49 def preload(self) -> "PreloadedSequence[T_Data]":
50 return PreloadedSequence(self)
51
52 def transform(self, actions: list[Callable[[T_Data,], T_Data]] | Callable[[T_Data,], T_Data]) -> "TransformSequence[T_Data] | Self":
53 if isinstance(actions, list) and len(actions) == 0: return self

Callers 9

MACVO.pyFile · 0.80
mainFunction · 0.80
execute_experimentFunction · 0.80
execute_experimentFunction · 0.80
execute_experimentFunction · 0.80
execute_experimentFunction · 0.80
DPVO.pyFile · 0.80
EvalDepth.pyFile · 0.80
EvalFlow.pyFile · 0.80

Calls 1

PreloadedSequenceClass · 0.85

Tested by

no test coverage detected