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 usual PropertyBase.from_key() path and allow PROPERTY_CLS.from_key to be called instead.

Parameters:

val (object) – “payload” value.

Variable keyword arguments:

Saved for later consumption.

Attributes

PROPERTY_CLS

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.