MCPcopy Create free account
hub / github.com/Vegetebird/GraphMLP / parents

Method parents

common/skeleton.py:15–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13 return len(self._parents)
14
15 def parents(self):
16 return self._parents
17
18 def has_children(self):
19 return self._has_children

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected