Buckets:
ktongue/docker_container / simsite /venv /lib /python3.14 /site-packages /matplotlib /backends /backend_qt5.py
| from .. import backends | |
| backends._QT_FORCE_QT5_BINDING = True | |
| from .backend_qt import ( # noqa | |
| SPECIAL_KEYS, | |
| # Public API | |
| cursord, _create_qApp, _BackendQT, TimerQT, MainWindow, FigureCanvasQT, | |
| FigureManagerQT, ToolbarQt, NavigationToolbar2QT, SubplotToolQt, | |
| SaveFigureQt, ConfigureSubplotsQt, RubberbandQt, | |
| HelpQt, ToolCopyToClipboardQT, | |
| # internal re-exports | |
| FigureCanvasBase, FigureManagerBase, MouseButton, NavigationToolbar2, | |
| TimerBase, ToolContainerBase, figureoptions, Gcf | |
| ) | |
| from . import backend_qt as _backend_qt # noqa | |
| class _BackendQT5(_BackendQT): | |
| pass | |
| def __getattr__(name): | |
| if name == 'qApp': | |
| return _backend_qt.qApp | |
| raise AttributeError(f"module {__name__!r} has no attribute {name!r}") | |
Xet Storage Details
- Size:
- 787 Bytes
- Xet hash:
- daa83e5164569d98b726fed3d43270477a467611a7d77db4a9192b72ef420453
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.