Home | History | Annotate | Download | only in test

Lines Matching refs:autoproperty

569         class autoproperty(type):
587 return super(autoproperty, metaclass).__new__(metaclass,
590 __metaclass__ = autoproperty
601 class multimetaclass(autoproperty, autosuper):