MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / begin_typing

Method begin_typing

site-packages/matplotlib/widgets.py:826–833  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

824 func(self.text)
825
826 def begin_typing(self, x):
827 self.capturekeystrokes = True
828 # disable command keys so that the user can type without
829 # command keys causing figure to be saved, etc
830 self.reset_params = {}
831 for key in self.params_to_disable:
832 self.reset_params[key] = rcParams[key]
833 rcParams[key] = []
834
835 def stop_typing(self):
836 notifysubmit = False

Callers 1

_clickMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected