budosystems.storage.query.OpSignature

class OpSignature

Bases: Protocol[OperandType_contra, OperationResult_co]

Callback protocol for the signature of the function tha will evaluate the Operator.

__init__(*args, **kwargs)