File: QtTest.pyi

package info (click to toggle)
python-pyqtgraph 0.13.7-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 8,068 kB
  • sloc: python: 54,043; makefile: 129; ansic: 40; sh: 2
file content (5 lines) | stat: -rw-r--r-- 189 bytes parent folder | download
1
2
3
4
5
# Import packages in reverse libOrder as defined in pyqtgraph/Qt/__init__.py
from PySide2.QtTest import *
from PyQt5.QtTest import *
from PySide6.QtTest import *
from PyQt6.QtTest import *