Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/xml/sax/
Dsaxutils.py13 _StringTypes = [types.StringType, types.UnicodeType] variable
15 _StringTypes = [types.StringType] variable
314 if type(source) in _StringTypes:
/external/python/cpython2/Lib/xml/dom/
Dpulldom.py6 _StringTypes = [types.StringType, types.UnicodeType] variable
8 _StringTypes = [types.StringType] variable
333 if type(stream_or_string) in _StringTypes: