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