genop 🔗
Generic operation.
GenopMixin 🔗
Mixin providing the Generic operation for a Session.
This mixin is intended to be used in combination with BaseSession and should not be instantiated on its own.
Intended usage
class Session(BaseSession, GenopMixin): ...
genop 🔗
Performs the Generic operation.
Wraps the vaccel_genop() C operation.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
| list[Arg] | The input arguments of the operation. | required |
| list[Arg] | The output arguments of the operation. Modified in place. | required |
Raises:
| Type | Description |
|---|---|
FFIError | If the C operation fails. |