Searched refs:specialmethod (Results 1 - 1 of 1) sorted by last modified time

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_descr.py4412 def specialmethod(self, other): function in function:.test_not_implemented
4448 A = metaclass('A', (), {name: specialmethod})
4449 B = metaclass('B', (), {rname: specialmethod})
4468 C = metaclass('C', (), {iname: specialmethod})

Completed in 27 milliseconds