Class k.u.PropertyMeta(
_GObjectClassInittableMetaType
):
Part of
kiwi.utils
Metaclass that takes into account properties and signals of baseclasses, even if they're not GObject subclasses. Which allows you to put signals and properties in mixin classes.
Function
__init__
Undocumented
Function
__call__
Undocumented
def
__init__(self, name, bases, namespace):
Undocumented
def
__call__(self, *args, **kwargs):
Undocumented