(cid: int)
| 1262 | |
| 1263 | @_copy_docstring_and_deprecators(FigureCanvasBase.mpl_disconnect) |
| 1264 | def disconnect(cid: int) -> None: |
| 1265 | gcf().canvas.mpl_disconnect(cid) |
| 1266 | |
| 1267 | |
| 1268 | def close(fig: None | int | str | Figure | Literal["all"] = None) -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…