lisa.wlgen.rta.PlaceHolderValue#
- class lisa.wlgen.rta.PlaceHolderValue(val=None, **kwargs)[source]#
Bases:
objectPlaceholder value to be passed to
RTAPhaseProperties.from_polymorphic()to hijack the usualPropertyBase.from_key()path and allowPROPERTY_CLS.from_keyto be called instead.- Parameters:
val (object) – “payload” value.
- Variable keyword arguments:
Saved for later consumption.
Attributes
Class on which
from_keywill be used, rather than looking up the class based on the key name.
Attributes#
- PlaceHolderValue.PROPERTY_CLS = None#
Class on which
from_keywill be used, rather than looking up the class based on the key name.