Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsre_compile.py470 STRING_TYPES = (type(""),) variable
472 STRING_TYPES = (type(""), type(unicode(""))) variable
475 for tp in STRING_TYPES:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsre_compile.py542 STRING_TYPES = (type(""),) variable
544 STRING_TYPES = (type(""), type(unicode(""))) variable
547 for tp in STRING_TYPES: