Searched refs:strtypes (Results 1 – 1 of 1) sorted by relevance
198 strtypes = (unicode, str) variable202 return strtypes[1](x)204 return strtypes[0](x)206 strtypes = (str, )214 elif isinstance(parts, strtypes):228 if isinstance(other, strtypes):274 elif isinstance(value, strtypes + (Names,)):288 elif isinstance(other, strtypes + (Names,)):