Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_descr.py4646 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/
Dtest_descr.py4391 def specialmethod(self, other): function
4422 A = type('A', (), {name: specialmethod})
4432 C = type('C', (), {iname: specialmethod})