MCPcopy Create free account
hub / github.com/M-Nauta/ProtoTree / __init__

Method __init__

prototree/node.py:8–10  ·  view source on GitHub ↗
(self, index: int)

Source from the content-addressed store, hash-verified

6class Node(nn.Module):
7
8 def __init__(self, index: int):
9 super().__init__()
10 self._index = index
11
12 def forward(self, *args, **kwargs):
13 raise NotImplementedError

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected