On Thu, 29 Mar 2012 13:44:06 +0200, Kermit wrote:
> Hi PyQt community,
>
> i can't understand why staticMetaObject isn't know in __new__
construction
A sip type isn't completely ready until the meta-type's __init__ method
has run. Therefore if you want to look at staticMetaObject before an
insta
Hi PyQt community,
i can't understand why staticMetaObject isn't know in __new__ construction
first step, i think is because staticMetaObject is create for instance,
but in this code bellow, staticMetaObject is know before real instanciation
no way for work with in __new__ function ?
Thx for yo