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

Method num_branches

prototree/leaf.py:104–105  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

102
103 @property
104 def num_branches(self) -> int:
105 return 0
106
107 @property
108 def num_leaves(self) -> int:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected