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

Method key

lib/matplotlib/tests/test_backend_qt.py:119–119  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

117 class _Event:
118 def isAutoRepeat(self): return False
119 def key(self): return _to_int(getattr(QtCore.Qt.Key, qt_key))
120
121 monkeypatch.setattr(QtWidgets.QApplication, "keyboardModifiers",
122 lambda self: qt_mod)

Callers 2

keyPressEventMethod · 0.80
_get_keyMethod · 0.80

Calls 1

_to_intFunction · 0.85

Tested by

no test coverage detected