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

Method has_children

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

Source from the content-addressed store, hash-verified

16 return self._parents
17
18 def has_children(self):
19 return self._has_children
20
21 def children(self):
22 return self._children

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected