Home
last modified time | relevance | path

Searched refs:otype (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dxmlrpclib.py402 otype = (hasattr(other, "__class__")
406 (self.__class__.__name__, otype))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_descr.py3010 def __get__(self, object, otype): argument
3013 if otype:
3014 otype = otype.__name__
3015 return 'object=%s; type=%s' % (object, otype)