Home | History | Annotate | Download | only in python2.7

Lines Matching defs:ismethoddescriptor

78 def ismethoddescriptor(object):
89 tests return false from the ismethoddescriptor() test, simply because
241 or ismethoddescriptor(object))
314 elif ismethoddescriptor(obj):
321 ismethoddescriptor(obj_via_getattr)):