Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M-Nauta/ProtoTree
/ forward
Method
forward
prototree/node.py:12–13 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
10
self._index = index
11
12
def
forward(self, *args, **kwargs):
13
raise
NotImplementedError
14
15
@property
16
def
index(self) -> int:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected