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

Method get_mouseover

lib/matplotlib/artist.py:1445–1450  ·  view source on GitHub ↗

Return whether this artist is queried for custom context information when the mouse cursor moves over it.

(self)

Source from the content-addressed store, hash-verified

1443 return "[" + data_str + "]"
1444
1445 def get_mouseover(self):
1446 """
1447 Return whether this artist is queried for custom context information
1448 when the mouse cursor moves over it.
1449 """
1450 return self._mouseover
1451
1452 def set_mouseover(self, mouseover):
1453 """

Callers 1

_set_artist_propsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected