class documentation

class Type(object):

View In Hierarchy

Type of a function parameter or function return.

Method __init__ Undocumented
Property name Name of the type, might be a typedef.
Property canonical Name of the actual underlying type.
Property size Size hintof the type in bytes. Might not match the actual size on the guest.
Method __repr__ Undocumented
Instance Variable _name Undocumented
Instance Variable _canonical Undocumented
Instance Variable _size Undocumented
def __init__(self, _type_data):

Undocumented

Parameters_type_dataUndocumented (type: _reven_api.Type)
_name =

Undocumented

_canonical =

Undocumented

_size =

Undocumented

@property
name =

Name of the type, might be a typedef.

(type: str)
@property
canonical =

Name of the actual underlying type.

(type: str)
@property
size =

Size hintof the type in bytes. Might not match the actual size on the guest.

(type: int)
def __repr__(self):

Undocumented

ReturnsUndocumented (type: str)
API Documentation for reven2, generated by pydoctor 21.2.2 at 2021-10-01 07:18:12.