MCPcopy Create free account
hub / github.com/AkaliKong/MiniOneRec / pre

Method pre

data.py:74–75  ·  view source on GitHub ↗
(self, idx)

Source from the content-addressed store, hash-verified

72 return self.inputs[idx]
73
74 def pre(self, idx):
75 raise NotImplementedError(None)
76
77 def get_history(self, row):
78 raise {}

Callers 1

get_inputsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected