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

Lines Matching full:isdata

102 def isdata(object):
654 for key, value in inspect.getmembers(object, isdata):
1070 for key, value in inspect.getmembers(object, isdata):