Searched defs:isStringType (Results 1 – 1 of 1) sorted by relevance
25 isStringType = lambda s: isinstance(s, (str, unicode)) function44 isStringType = lambda s: isinstance(s, str) function