Searched refs:UnicodeType (Results 1 - 12 of 12) sorted by relevance

/external/python/cpython2/Lib/
H A Dtypes.py31 UnicodeType = unicode variable
32 StringTypes = (StringType, UnicodeType)
H A Dpickle.py92 # UnicodeType may or may not be exported (normally imported from types)
94 UnicodeType
96 UnicodeType = None variable
508 dispatch[UnicodeType] = save_unicode
510 if StringType is UnicodeType:
H A Dxmlrpclib.py709 dispatch[UnicodeType] = dump_unicode
736 elif unicode and type(k) is UnicodeType:
H A Doptparse.py831 return isinstance(x, (types.StringType, types.UnicodeType))
/external/python/cpython2/Lib/idlelib/
H A DPyParse.py108 UnicodeType = type(unicode("")) variable
110 UnicodeType = None variable
120 if type(str) is UnicodeType:
/external/python/cpython2/Lib/test/
H A Dtest_StringIO.py167 self.assertEqual(type(s), types.UnicodeType)
H A Dtest_optparse.py1507 if type(expected_output) is types.UnicodeType:
/external/python/cpython2/Lib/plat-mac/
H A Daepack.py104 if isinstance(x, UnicodeType):
/external/python/cpython2/Lib/xml/dom/
H A Dpulldom.py6 _StringTypes = [types.StringType, types.UnicodeType]
/external/python/cpython2/Lib/xml/sax/
H A Dsaxutils.py13 _StringTypes = [types.StringType, types.UnicodeType]
/external/libmojo/third_party/ply/
H A Dlex.py42 StringTypes = (types.StringType, types.UnicodeType)
/external/ply/ply/ply/
H A Dlex.py47 StringTypes = (types.StringType, types.UnicodeType)

Completed in 425 milliseconds