(timeout: float = -1)
| 2995 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 2996 | @_copy_docstring_and_deprecators(Figure.waitforbuttonpress) |
| 2997 | def 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. |
nothing calls this directly
no test coverage detected
searching dependent graphs…