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

Method size

prototree/node.py:20–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18
19 @property
20 def size(self) -> int:
21 raise NotImplementedError
22
23 @property
24 def nodes(self) -> set:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected