Home | History | Annotate | Download | only in test

Lines Matching refs:otype

3027             def __get__(self, object, otype):
3030 if otype:
3031 otype = otype.__name__
3032 return 'object=%s; type=%s' % (object, otype)