Constructor call in the same class?

Karsten Wutzke kwutzke at web.de
Sun Jul 25 12:30:43 EDT 2010


>
> You have to create your dict somewhere else. You can either set it from
> outside:
>
> class Enum(RootFragment):
>     ...
>
> Enum._jpaTypes = { ... }
>

THANKS for the quick help.

Karsten



More information about the Python-list mailing list