Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_descr.py4496 def specialmethod(self, other): function
4532 A = metaclass('A', (), {name: specialmethod})
4533 B = metaclass('B', (), {rname: specialmethod})
4552 C = metaclass('C', (), {iname: specialmethod})