Home | Sort by relevance Sort by last modified time |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ | |
test_pep352.py | 37 def verify_instance_interface(self, ins):
member in class:ExceptionClassTests 85 self.verify_instance_interface(exc()) |
/external/python/cpython2/Lib/test/ | |
test_pep352.py | 37 def verify_instance_interface(self, ins): member in class:ExceptionClassTests 85 self.verify_instance_interface(exc()) |
/external/python/cpython3/Lib/test/ | |
test_baseexception.py | 15 def verify_instance_interface(self, ins): member in class:ExceptionClassTests 71 self.verify_instance_interface(exc()) |