![]() |
Tracer whose state encapsulates if the inputs are keys.
oryx.core.interpreters.unzip.UnzipTracer(
trace, pval, recipe, key, variable_recipe=None
)
Attributes | |
---|---|
aval
|
|
parents
|
Methods
full_lower
full_lower()
is_key
is_key()
is_pure
is_pure()
__abs__
__abs__()
__add__
__add__(
other
)
__and__
__and__(
other
)
__bool__
__bool__()
__div__
__div__(
other
)
__eq__
__eq__(
other
)
Return self==value.
__floordiv__
__floordiv__(
other
)
__ge__
__ge__(
other
)
Return self>=value.
__getitem__
__getitem__(
idx
)
__gt__
__gt__(
other
)
Return self>value.
__invert__
__invert__()
__iter__
__iter__()
__le__
__le__(
other
)
Return self<=value.
__len__
__len__()
__lt__
__lt__(
other
)
Return self<value.
__matmul__
__matmul__(
other
)
__mod__
__mod__(
other
)
__mul__
__mul__(
other
)
__ne__
__ne__(
other
)
Return self!=value.
__neg__
__neg__()
__nonzero__
__nonzero__()
__or__
__or__(
other
)
__pos__
__pos__()
__pow__
__pow__(
other
)
__radd__
__radd__(
other
)
__rand__
__rand__(
other
)
__rdiv__
__rdiv__(
other
)
__rfloordiv__
__rfloordiv__(
other
)
__rmatmul__
__rmatmul__(
other
)
__rmod__
__rmod__(
other
)
__rmul__
__rmul__(
other
)
__ror__
__ror__(
other
)
__rpow__
__rpow__(
other
)
__rsub__
__rsub__(
other
)
__rtruediv__
__rtruediv__(
other
)
__rxor__
__rxor__(
other
)
__sub__
__sub__(
other
)
__truediv__
__truediv__(
other
)
__xor__
__xor__(
other
)