IODeviceMixin
Base classes
| Name | Children | Inherits |
|---|---|---|
| ObjectMixin prettyqt.core.object |
Subclasses
| Class | Module | Description |
|---|---|---|
| IODevice | prettyqt.core.iodevice | |
| FileDeviceMixin | prettyqt.core.filedevice | Interface for reading from and writing to open files. |
| Buffer | prettyqt.core.buffer | |
| Process | prettyqt.core.process | |
| BluetoothSocket | prettyqt.bluetooth.bluetoothsocket | |
| AbstractSocketMixin | prettyqt.network.abstractsocket | |
| LocalSocket | prettyqt.network.localsocket |
⋔ Inheritance diagram
graph TD
1473299871632["core.IODeviceMixin"]
1473299815024["core.ObjectMixin"]
140713234304496["builtins.object"]
1473299815024 --> 1473299871632
140713234304496 --> 1473299815024
🛈 DocStrings
Bases: ObjectMixin