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

Method setup

lib/matplotlib/backends/qt_editor/_formlayout.py:411–413  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

409 self.widgetlist.append(widget)
410
411 def setup(self):
412 for widget in self.widgetlist:
413 widget.setup()
414
415 def get(self):
416 return [widget.get() for widget in self.widgetlist]

Callers

nothing calls this directly

Calls 1

setupMethod · 0.45

Tested by

no test coverage detected