Searched defs:isStringType (Results 1 – 2 of 2) sorted by relevance
25 isStringType = lambda s: isinstance(s, (str, unicode)) function44 isStringType = lambda s: isinstance(s, str) function
4627 bool isStringType() const { in isStringType() function