MCPcopy Create free account
hub / github.com/matplotlib/matplotlib / contains

Method contains

galleries/examples/event_handling/pong_sgskip.py:65–66  ·  view source on GitHub ↗
(self, loc)

Source from the content-addressed store, hash-verified

63 self.signy = -1.0
64
65 def contains(self, loc):
66 return self.disp.get_bbox().contains(loc.x, loc.y)
67
68
69class Puck:

Callers 5

mouseDownMethod · 0.45
on_pressMethod · 0.45
updateMethod · 0.45
check_selectMethod · 0.45
set_hoverMethod · 0.45

Calls 1

get_bboxMethod · 0.45

Tested by

no test coverage detected