Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_pyclbr.py11 StaticMethodType = type(staticmethod(lambda: None)) variable
72 if not isinstance(classdict[name], StaticMethodType):
/external/python/cpython3/Lib/test/
Dtest_pyclbr.py10 StaticMethodType = type(staticmethod(lambda: None)) variable