Skip to content

commpage ¤

Classes:

Functions:

Attributes:

rw_flags module-attribute ¤

rw_flags = R_OK | W_OK

ro_flags module-attribute ¤

ro_flags = R_OK

CommPageField ¤

Bases: NamedTuple

Methods:

Attributes:

flags instance-attribute ¤

flags: int

ctype instance-attribute ¤

ctype: str

name instance-attribute ¤

name: str

offset instance-attribute ¤

offset: int

desc instance-attribute ¤

desc: str

fmt instance-attribute ¤

fmt: str

is_undocumented ¤

is_undocumented()

is_unused ¤

is_unused()

is_readonly ¤

is_readonly()

real_addr ¤

real_addr() -> int

real_size ¤

real_size() -> int

unpack ¤

unpack() -> Any

get_commpage_fields ¤

get_commpage_fields() -> tuple[CommPageField, ...]

get_commpage_mappings ¤

get_commpage_mappings() -> tuple[Page, ...]