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

Method __init__

site-packages/matplotlib/offsetbox.py:1731–1733  ·  view source on GitHub ↗
(self, ref_artist, offsetbox, use_blit=False)

Source from the content-addressed store, hash-verified

1729
1730class DraggableOffsetBox(DraggableBase):
1731 def __init__(self, ref_artist, offsetbox, use_blit=False):
1732 DraggableBase.__init__(self, ref_artist, use_blit=use_blit)
1733 self.offsetbox = offsetbox
1734
1735 def save_offset(self):
1736 offsetbox = self.offsetbox

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected