Searched refs:specialmethod (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_descr.py | 4646 def specialmethod(self, other): function 4682 A = metaclass('A', (), {name: specialmethod}) 4683 B = metaclass('B', (), {rname: specialmethod}) 4702 C = metaclass('C', (), {iname: specialmethod})
|
/external/python/cpython3/Lib/test/ |
D | test_descr.py | 4391 def specialmethod(self, other): function 4422 A = type('A', (), {name: specialmethod}) 4432 C = type('C', (), {iname: specialmethod})
|