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

Method accept

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

Source from the content-addressed store, hash-verified

480 btn.setEnabled(valid)
481
482 def accept(self):
483 self.data = self.formwidget.get()
484 self.apply_callback(self.data)
485 super().accept()
486
487 def reject(self):
488 self.data = None

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected