Operation¶
- class pqp.refutation.Operation(op, args, kwargs)¶
Bases:
object
Class used to track the computational graph of function calls which led to a result
- op¶
the function which was called
- Type:
Callable
- args¶
the arguments passed to the function
- Type:
list
- kwargs¶
the keyword arguments passed to the function
- Type:
dict