Home | History | Annotate | Download | only in test

Lines Matching refs:otype

3010             def __get__(self, object, otype):

3013 if otype:
3014 otype = otype.__name__
3015 return 'object=%s; type=%s' % (object, otype)