this occurred if a subclass defined __init__ and accessed class members before calling the superclass __init__ (__getattribute__ had a problem, as "sub_and_superclass_dict" was set in __init__). |
||
|---|---|---|
| .. | ||
| management | ||
| __init__.py | ||
| models.py | ||
| polymorphic.py | ||
| tests.py | ||