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

Method locked

lib/matplotlib/widgets.py:62–64  ·  view source on GitHub ↗

Return whether the lock is currently held by an owner.

(self)

Source from the content-addressed store, hash-verified

60 return self._owner is o
61
62 def locked(self):
63 """Return whether the lock is currently held by an owner."""
64 return self._owner is not None
65
66
67class Widget:

Callers 6

availableMethod · 0.95
send_messageMethod · 0.80
_key_pressMethod · 0.80
pickMethod · 0.80
on_pressMethod · 0.80
hoverFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected