Searched refs:otype (Results 1 – 2 of 2) sorted by relevance
402 otype = (hasattr(other, "__class__")406 (self.__class__.__name__, otype))
3010 def __get__(self, object, otype): argument3013 if otype:3014 otype = otype.__name__3015 return 'object=%s; type=%s' % (object, otype)