Home | History | Annotate | Download | only in test

Lines Matching refs:__get__

418     def __get__(*args):
419 raise AssertionError("should not __get__ data descriptors")
432 def __get__(*args):
433 raise AssertionError("should not __get__ method descriptors")