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

Method root

prototree/prototree.py:67–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65
66 @property
67 def root(self) -> Node:
68 return self._root
69
70 @property
71 def leaves_require_grad(self) -> bool:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected