Home
last modified time | relevance | path

Searched defs:_StringTypes (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/xml/dom/
Dpulldom.py6 _StringTypes = [types.StringType, types.UnicodeType] variable
8 _StringTypes = [types.StringType] variable
/external/python/cpython2/Lib/xml/sax/
Dsaxutils.py13 _StringTypes = [types.StringType, types.UnicodeType] variable
15 _StringTypes = [types.StringType] variable