Changes between Initial Version and Version 1 of Ticket #25068, comment 21


Ignore:
Timestamp:
Sep 26, 2015, 4:09:15 AM (9 years ago)
Author:
kosz85

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25068, comment 21

    initial v1  
    77class cA with metaclass mA
    88class cB with metaclass mB
    9 class cC(cA, cB) -> metaclass mC
     9(Finaly your model)
     10class cC(cA, cB) with metaclass mC
    1011
    1112Python has no problem with standard metaclasses.
Back to Top