thunder.core.proxies.ComplexProxy¶
- class thunder.core.proxies.ComplexProxy(name=None, value=None, history=None, constraint=None, tags=None)[source]¶
Bases:
NumberProxy
Methods
__init__
([name, value, history, constraint, ...])get_default_prefix
()- rtype:
is_dynamic
()- rtype:
is_static_constrained
()- rtype:
known_value
()- rtype:
make_constrainable
()make_static_constrained
()replace
(**changes)Return a copy of the ComplexProxy object with new values for the specified fields as given to the constructor as arguments.
replace_name
([name, disambiguate])Return a copy of this proxy with the given name.
type_string
()Attributes
name
prefix
Return the prefix for this proxy instance.
tags