HomeSort by relevance Sort by last modified time
    Searched refs:ismethoddescriptor (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 78 def ismethoddescriptor(object): function
89 tests return false from the ismethoddescriptor() test, simply because
241 or ismethoddescriptor(object))
314 elif ismethoddescriptor(obj):
321 ismethoddescriptor(obj_via_getattr)):
    [all...]
pydoc.py 130 return inspect.ismethod(obj) or inspect.ismethoddescriptor(obj)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 78 def ismethoddescriptor(object): function
89 tests return false from the ismethoddescriptor() test, simply because
241 or ismethoddescriptor(object))
314 elif ismethoddescriptor(obj):
321 ismethoddescriptor(obj_via_getattr)):
    [all...]
pydoc.py 130 return inspect.ismethod(obj) or inspect.ismethoddescriptor(obj)
    [all...]

Completed in 739 milliseconds