Home | History | Annotate | Download | only in thirdparty

Lines Matching full:isstring

647                 if isString(val):
847 if isString(attrs):
920 isString(markup):
940 if markup is not None and not isString(markup):
947 and (markup is not None or not isString(matchAgainst))):
951 elif matchAgainst and isString(markup):
973 return ((hasattr(l, '__iter__') and not isString(l))
976 def isString(s):
994 elif isList(portion) and not isString(portion):