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