Home
last modified time | relevance | path

Searched refs:STRING_TYPES (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dsre_compile.py542 STRING_TYPES = (type(""),) variable
544 STRING_TYPES = (type(""), type(unicode(""))) variable
547 for tp in STRING_TYPES:
/external/ply/ply/ply/
Dcpp.py16 STRING_TYPES = (str, unicode) variable
18 STRING_TYPES = str variable
794 if isinstance(tokens,STRING_TYPES):