Searched defs:StringTypes (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
H A Ddomreg.py5 from xml.dom.minicompat import * # isinstance, StringTypes namespace
65 if isinstance(features, StringTypes):
H A Dminicompat.py12 # StringTypes -- tuple of defined string types
39 __all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
46 StringTypes = type(''), variable
48 StringTypes = type(''), type(unicode('')) variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
H A Ddomreg.py5 from xml.dom.minicompat import * # isinstance, StringTypes namespace
65 if isinstance(features, StringTypes):
H A Dminicompat.py12 # StringTypes -- tuple of defined string types
39 __all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
46 StringTypes = type(''), variable
48 StringTypes = type(''), type(unicode('')) variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dtypes.py27 # StringTypes is already outdated. Instead of writing "type(x) in
28 # types.StringTypes", you should use "isinstance(x, basestring)". But
32 StringTypes = (StringType, UnicodeType) variable
34 StringTypes = (StringType,) variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dtypes.py27 # StringTypes is already outdated. Instead of writing "type(x) in
28 # types.StringTypes", you should use "isinstance(x, basestring)". But
32 StringTypes = (StringType, UnicodeType) variable
34 StringTypes = (StringType,) variable

Completed in 500 milliseconds