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

Method __init__

lib/matplotlib/offsetbox.py:1653–1655  ·  view source on GitHub ↗
(self, ref_artist, offsetbox, use_blit=False)

Source from the content-addressed store, hash-verified

1651
1652class DraggableOffsetBox(DraggableBase):
1653 def __init__(self, ref_artist, offsetbox, use_blit=False):
1654 super().__init__(ref_artist, use_blit=use_blit)
1655 self.offsetbox = offsetbox
1656
1657 def save_offset(self):
1658 offsetbox = self.offsetbox

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected