Variable(p)
|
|
variableify(x)
|
- rtype:
Any
|
unvariableify(x)
|
- rtype:
Any
|
CollectionProxy(coll, *[, name, tags])
|
|
pyval(x)
|
- rtype:
Number | str | any
|
pytype(x)
|
- rtype:
Optional[type]
|
ComplexProxy([name, value, history, ...])
|
|
IntegerProxy([name, value, history, ...])
|
|
FloatProxy([name, value, history, ...])
|
|
FutureTensorProxy([name, like, shape, ...])
|
|
TensorProxy([name, like, shape, device, ...])
|
|
is_proxyable(x, /)
|
- rtype:
bool
|
proxy(x, *[, name, history])
|
- rtype:
Union[Any, Proxy]
|