class documentation

QEMU event message from a qmp socket.

Static Method build_from_data Build a QmpEvent from a data dict.
Method __getitem__ Undocumented
Method __init__ Undocumented
Property event_type Undocumented
Property timestamp Undocumented
Instance Variable _data Undocumented
Instance Variable _event_type Undocumented
Instance Variable _timestamp Undocumented
@staticmethod
def build_from_data(data: dict) -> QmpEvent:

Build a QmpEvent from a data dict.

def __getitem__(self, field_name: str) -> any:

Undocumented

def __init__(self, timestamp: QmpTimestamp, event_type: str, data: dict):

Undocumented

@property
event_type: str =

Undocumented

@property
timestamp: QmpTimestamp =

Undocumented

_data =

Undocumented

_event_type =

Undocumented

_timestamp =

Undocumented