thunder.core.proxies.IntegerProxy¶
- class thunder.core.proxies.IntegerProxy(name=None, value=None, history=None, constraint=None, tags=None)[source]¶
Bases:
NumberProxy- Parameters:
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 IntegerProxy 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
nameReturn the prefix for this proxy instance.
tags