Searched refs:UnicodeType (Results 1 – 16 of 16) sorted by relevance
/external/python/cpython2/Lib/ |
D | types.py | 31 UnicodeType = unicode variable 32 StringTypes = (StringType, UnicodeType)
|
D | pickle.py | 94 UnicodeType 96 UnicodeType = None variable 508 dispatch[UnicodeType] = save_unicode 510 if StringType is UnicodeType:
|
D | xmlrpclib.py | 709 dispatch[UnicodeType] = dump_unicode 736 elif unicode and type(k) is UnicodeType:
|
D | optparse.py | 831 return isinstance(x, (types.StringType, types.UnicodeType))
|
/external/python/cpython2/Lib/idlelib/ |
D | PyParse.py | 108 UnicodeType = type(unicode("")) variable 110 UnicodeType = None variable 120 if type(str) is UnicodeType:
|
/external/python/cpython2/Doc/library/ |
D | types.rst | 91 .. data:: UnicodeType 258 A sequence containing ``StringType`` and ``UnicodeType`` used to facilitate 261 ``UnicodeType`` if it has been built in the running version of Python. For
|
/external/python/cpython2/Lib/test/ |
D | test_StringIO.py | 167 self.assertEqual(type(s), types.UnicodeType)
|
D | test_optparse.py | 1507 if type(expected_output) is types.UnicodeType:
|
/external/python/cpython2/Lib/xml/sax/ |
D | saxutils.py | 13 _StringTypes = [types.StringType, types.UnicodeType]
|
/external/python/cpython2/Lib/plat-mac/ |
D | aepack.py | 104 if isinstance(x, UnicodeType):
|
/external/python/cpython2/Lib/xml/dom/ |
D | pulldom.py | 6 _StringTypes = [types.StringType, types.UnicodeType]
|
/external/libchrome/third_party/ply/ |
D | lex.py | 42 StringTypes = (types.StringType, types.UnicodeType)
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | lex.py | 47 StringTypes = (types.StringType, types.UnicodeType)
|
/external/ply/ply/ply/ |
D | lex.py | 47 StringTypes = (types.StringType, types.UnicodeType)
|
/external/python/pycparser/pycparser/ply/ |
D | lex.py | 47 StringTypes = (types.StringType, types.UnicodeType)
|
/external/python/cpython2/Doc/c-api/ |
D | unicode.rst | 47 is exposed to Python code as ``unicode`` and ``types.UnicodeType``.
|