UuidMixin
Subclasses
Class | Module | Description |
---|---|---|
Uuid | prettyqt.core.uuid | |
BluetoothUuid | prettyqt.bluetooth.bluetoothuuid |
⋔ Inheritance diagram
graph TD
1473299804288["core.UuidMixin"]
140713234304496["builtins.object"]
140713234304496 --> 1473299804288
🛈 DocStrings
Source code in prettyqt\core\uuid.py
to_string(fmt: StringFormatStr | QtCore.QUuid.StringFormat = 'with_braces') -> str
Return string representation of the Uuid.
Allowed values are "with_braces", "without_braces", "id_128"
Parameters:
Name | Type | Description | Default |
---|---|---|---|
fmt |
StringFormatStr | StringFormat
|
Uuid format to use |
'with_braces'
|