noop 🔗
Debug operation.
NoopMixin 🔗
Mixin providing the NoOp 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, NoopMixin): ...
noop 🔗
Performs the NoOp operation.
Wraps the vaccel_noop()
C operation.
Raises:
Type | Description |
---|---|
RuntimeError | If the |
FFIError | If the C operation fails. |