Searched refs:STRING_TYPES (Results 1 – 2 of 2) sorted by relevance
470 STRING_TYPES = (type(""),) variable472 STRING_TYPES = (type(""), type(unicode(""))) variable475 for tp in STRING_TYPES:
542 STRING_TYPES = (type(""),) variable544 STRING_TYPES = (type(""), type(unicode(""))) variable547 for tp in STRING_TYPES: