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

Function waitforbuttonpress

lib/matplotlib/pyplot.py:2997–2998  ·  view source on GitHub ↗
(timeout: float = -1)

Source from the content-addressed store, hash-verified

2995# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2996@_copy_docstring_and_deprecators(Figure.waitforbuttonpress)
2997def waitforbuttonpress(timeout: float = -1) -> None | bool:
2998 return gcf().waitforbuttonpress(timeout=timeout)
2999
3000
3001# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 2

gcfFunction · 0.85
waitforbuttonpressMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…