class documentation
class Formatter:
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[ | The server instance to which publish the address. |
name:str | The name associated to this address. Used e.g. in Axion as the name of the hexdump |
size:int | The size of the address range. Used e.g. in Axion as default selection size for the hexdump. |
_rvn:_Optional[ | Undocumented |