MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / get_offset

Method get_offset

site-packages/matplotlib/offsetbox.py:799–803  ·  view source on GitHub ↗

return offset of the container.

(self)

Source from the content-addressed store, hash-verified

797 self.stale = True
798
799 def get_offset(self):
800 """
801 return offset of the container.
802 """
803 return self._offset
804
805 def get_window_extent(self, renderer):
806 '''

Callers 5

get_window_extentMethod · 0.95
drawMethod · 0.45
get_window_extentMethod · 0.45
drawMethod · 0.45
save_offsetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected