Home | History | Annotate | Download | only in test

Lines Matching refs:autoproperty

561         class autoproperty(type):
579 return super(autoproperty, metaclass).__new__(metaclass,
582 __metaclass__ = autoproperty
593 class multimetaclass(autoproperty, autosuper):