Searched defs:STRING_TYPES (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsre_compile.py471 STRING_TYPES = (type(""),) variable
473 STRING_TYPES = (type(""), type(unicode(""))) variable
476 for tp in STRING_TYPES:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsre_compile.py471 STRING_TYPES = (type(""),) variable
473 STRING_TYPES = (type(""), type(unicode(""))) variable
476 for tp in STRING_TYPES:

Completed in 47 milliseconds