Home
last modified time | relevance | path

Searched refs:unicode_literals (Results 1 – 17 of 17) sorted by relevance

/third_party/python/Lib/lib2to3/fixes/
Dfix_unicode.py22 self.unicode_literals = 'unicode_literals' in tree.future_features
31 if not self.unicode_literals and val[0] in '\'"' and '\\' in val:
/third_party/python/Lib/test/
Dtest_future4.py1 from __future__ import unicode_literals
Dtest_future5.py2 from __future__ import unicode_literals, print_function
/third_party/python/Lib/
D__future__.py133 unicode_literals = _Feature((2, 6, 0, "alpha", 2), variable
/third_party/curl/tests/
Dutil.py27 unicode_literals)
Ddictserver.py30 unicode_literals)
Dnegtelnetserver.py27 unicode_literals)
Dsmbserver.py27 unicode_literals)
/third_party/nghttp2/script/
Dfetch-ocsp-response51 from __future__ import unicode_literals
/third_party/python/Doc/library/
D__future__.rst87 | unicode_literals | 2.6.0a2 | 3.0 | :pep:`3112`: |
/third_party/json/tools/amalgamate/
Damalgamate.py34 from __future__ import unicode_literals
/third_party/cef/tools/yapf/yapf/yapflib/
Dreformatter.py23 from __future__ import unicode_literals
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dgenerator.py8 from __future__ import unicode_literals
/third_party/vulkan-headers/registry/
Dgenerator.py8 from __future__ import unicode_literals
/third_party/python/Doc/reference/
Dsimple_stmts.rst885 ``generators``, ``generator_stop``, ``unicode_literals``,
/third_party/python/Doc/howto/
Dlogging-cookbook.rst1791 from __future__ import unicode_literals
/third_party/python/Doc/whatsnew/
D2.6.rst972 from __future__ import unicode_literals