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