Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_child
Method
get_child
lib/matplotlib/offsetbox.py:1010–1012 ·
view source on GitHub ↗
Return the child.
(self)
Source
from the content-addressed store, hash-verified
1008
self.stale = True
1009
1010
def
get_child(self):
1011
""
"Return the child."
""
1012
return
self._child
1013
1014
def
get_children(self):
1015
""
"Return the list of children."
""
Callers
2
get_bbox
Method · 0.95
draw
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected