Home | History | Annotate | Download | only in test

Lines Matching full:autosuper

527         class autosuper(type):
531 cls = super(autosuper, metaclass).__new__(metaclass,
543 __metaclass__ = autosuper
593 class multimetaclass(autoproperty, autosuper):