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

Method __init__

lib/matplotlib/backends/backend_gtk3.py:407–416  ·  view source on GitHub ↗
(self, toolmanager)

Source from the content-addressed store, hash-verified

405 _icon_extension = '-symbolic.svg'
406
407 def __init__(self, toolmanager):
408 ToolContainerBase.__init__(self, toolmanager)
409 Gtk.Box.__init__(self)
410 self.set_property('orientation', Gtk.Orientation.HORIZONTAL)
411 self._message = Gtk.Label()
412 self._message.set_justify(Gtk.Justification.RIGHT)
413 self.pack_end(self._message, False, False, 0)
414 self.show_all()
415 self._groups = {}
416 self._toolitems = {}
417
418 def add_toolitem(self, name, group, position, image_file, description,
419 toggle):

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected