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

Method __init__

lib/matplotlib/offsetbox.py:1678–1680  ·  view source on GitHub ↗
(self, annotation, use_blit=False)

Source from the content-addressed store, hash-verified

1676
1677class DraggableAnnotation(DraggableBase):
1678 def __init__(self, annotation, use_blit=False):
1679 super().__init__(annotation, use_blit=use_blit)
1680 self.annotation = annotation
1681
1682 def save_offset(self):
1683 ann = self.annotation

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected