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 _name Undocumented
Instance Variable _rvn Undocumented
Instance Variable _size Undocumented
def __init__(self, server=None, name='', size=1, _rvn=None):

Initializes a new formatter.

Information

Parameters
server:_Optional[_RevenServer]The server instance to which publish the address.
name:strThe name associated to this address. Used e.g. in Axion as the name of the hexdump
size:intThe size of the address range. Used e.g. in Axion as default selection size for the hexdump.
_rvn:_Optional[_reven_api.reven_connection]Undocumented
_name =

Undocumented

_rvn =

Undocumented

_size =

Undocumented