MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_visible_children

Method get_visible_children

lib/matplotlib/offsetbox.py:332–334  ·  view source on GitHub ↗

r"""Return a list of the visible child `.Artist`\s.

(self)

Source from the content-addressed store, hash-verified

330 self.stale = True
331
332 def get_visible_children(self):
333 r"""Return a list of the visible child `.Artist`\s."""
334 return [c for c in self._children if c.get_visible()]
335
336 def get_children(self):
337 r"""Return a list of the child `.Artist`\s."""

Callers 4

drawMethod · 0.95
drawMethod · 0.80

Calls 1

get_visibleMethod · 0.45

Tested by

no test coverage detected