Driver

final class ntoseye.Driver

One _DRIVER_OBJECT, with the device objects it created.

property devices: list[Device]

The device objects this driver created.

inspect() → Record

Inspect the _DRIVER_OBJECT, its devices, and dispatch table.

property name: str

The driver object’s name.

property object: int

The _DRIVER_OBJECT address.

property size: int

The driver image’s size.

property start: int

The driver image’s base address.

to_dict() → dict[str, Any]

The driver object as a plain dict, the shape MCP renders.