QBasicMutex — Qt for Python
QBasicMutex
Inherited by: QMutex
Detailed Description
-
class
QBasicMutex
-
PySide2.QtCore.QBasicMutex.
isRecursive
()
- Return type
bool
-
PySide2.QtCore.QBasicMutex.
lock
()
-
PySide2.QtCore.QBasicMutex.
tryLock
()
- Return type
bool
-
PySide2.QtCore.QBasicMutex.
try_lock
()
- Return type
bool
-
PySide2.QtCore.QBasicMutex.
unlock
()