Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dtypes.py54 UnboundMethodType = type(_C._m) # Same as MethodType variable
/external/python/cpython2/Lib/unittest/
Dloader.py106 elif (isinstance(obj, types.UnboundMethodType) and
/external/python/cpython2/Doc/library/
Dtypes.rst158 .. data:: UnboundMethodType