Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dinspect.py78 def ismethoddescriptor(object): function
240 or ismethoddescriptor(object))
313 elif ismethoddescriptor(obj):
320 ismethoddescriptor(obj_via_getattr)):
Dpydoc.py132 return inspect.ismethod(obj) or inspect.ismethoddescriptor(obj)
/external/python/cpython2/Doc/library/
Dinspect.rst332 .. function:: ismethoddescriptor(object)
346 return false from the :func:`ismethoddescriptor` test, simply because the