class documentation

class Formatter:

View In Hierarchy

Allows to format an address for display in Jupyter notebooks.

The addresses will display as clickable links that will signal themselves to clients upon clicking, using the reven2.session mechanism.

For Axion clients for example, this allows to open an hexdump corresponding to the address

Method __init__ Initializes a new formatter.
Instance Variable _rvn Undocumented
Instance Variable _name Undocumented
Instance Variable _size Undocumented
def __init__(self, server=None, name='', size=1, _rvn=None):

Initializes a new formatter.

Information

ParametersserverThe server instance to which publish the address. (type: _Optional[_RevenServer])
nameThe name associated to this address. Used e.g. in Axion as the name of the hexdump (type: str)
sizeThe size of the address range. Used e.g. in Axion as default selection size for the hexdump. (type: int)
_rvnUndocumented (type: _Optional[_reven_api.reven_connection])
_rvn =

Undocumented

_name =

Undocumented

_size =

Undocumented

API Documentation for reven2, generated by pydoctor 21.2.2 at 2021-10-01 07:18:12.