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

Method num_branches

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

Source from the content-addressed store, hash-verified

38
39 @property
40 def num_branches(self) -> int:
41 return len(self.branches)
42
43 @property
44 def num_leaves(self) -> int:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected