Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_pyclbr.py15 ClassMethodType = type(classmethod(lambda c: None)) variable
72 if (not isinstance(classdict[name], ClassMethodType) or