Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_pyclbr.py11 ClassMethodType = type(classmethod(lambda c: None)) variable
68 if (not isinstance(classdict[name], ClassMethodType) or
/external/python/cpython2/Lib/test/
Dtest_pyclbr.py12 ClassMethodType = type(classmethod(lambda c: None)) variable
78 if (not isinstance(classdict[name], ClassMethodType) or