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

Method home

lib/matplotlib/cbook.py:703–709  ·  view source on GitHub ↗

Push the first element onto the top of the stack. The first element is returned.

(self)

Source from the content-addressed store, hash-verified

701 return o
702
703 def home(self):
704 """
705 Push the first element onto the top of the stack.
706
707 The first element is returned.
708 """
709 return self.push(self._elements[0]) if self._elements else None
710
711
712def safe_masked_invalid(x, copy=False):

Callers 4

font_manager.pyFile · 0.45
_get_xdg_config_dirFunction · 0.45
_get_xdg_cache_dirFunction · 0.45
_get_config_or_cache_dirFunction · 0.45

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected