Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vegetebird/GraphMLP
/ children
Method
children
common/skeleton.py:21–22 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
19
return
self._has_children
20
21
def
children(self):
22
return
self._children
23
24
def
remove_joints(self, joints_to_remove):
25
valid_joints = []
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected