lisa.wlgen.rta.PropertyMeta#
- class lisa.wlgen.rta.PropertyMeta(name, bases, namespace, /, **kwargs)[source]#
Bases:
ABCMetaMetaclass for properties.
It overrides
__instancecheck__so that instances ofPropertyWrappercan be recognized as instances of the type they wrap, in order to make them as transparent as possible.