Home
last modified time | relevance | path

Searched refs:to3 (Results 1 – 25 of 93) sorted by relevance

1234

/external/python/cpython2/Doc/library/
D2to3.rst3 2to3 - Automated Python 2 to 3 code translation
8 2to3 is a Python program that reads Python 2.x source code and applies a series
10 contains a rich set of fixers that will handle almost all code. 2to3 supporting
12 possible to write your own fixers for 2to3. :mod:`lib2to3` could also be
19 Using 2to3
22 2to3 will usually be installed with the Python interpreter as a script. It is
25 2to3's basic arguments are a list of files or directories to transform. The
36 It can be converted to Python 3.x code via 2to3 on the command line:
40 $ 2to3 example.py
42 A diff against the original source file is printed. 2to3 can also write the
[all …]
Ddevelopment.rst12 that the expected output is produced. :program:`2to3` can translate Python 2.x
23 2to3.rst
Dwhichdb.rst9 module in Python 3. The :term:`2to3` tool will automatically adapt imports
Ddummy_thread.rst9 Python 3. The :term:`2to3` tool will automatically adapt imports when
Dscrolledtext.rst19 3. The :term:`2to3` tool will automatically adapt imports when converting
Dfuture_builtins.rst18 The :term:`2to3` tool that ports Python 2 code to Python 3 will recognize
Drobotparser.rst20 The :term:`2to3` tool will automatically adapt imports when converting
Dcopy_reg.rst9 The :term:`2to3` tool will automatically adapt imports when converting your
Ddbm.rst10 :term:`2to3` tool will automatically adapt imports when converting your
Dcgihttpserver.rst11 Python 3. The :term:`2to3` tool will automatically adapt imports when
Ddumbdbm.rst9 The :term:`2to3` tool will automatically adapt imports when converting your
Ddocxmlrpcserver.rst11 in Python 3. The :term:`2to3` tool will automatically adapt imports when
Danydbm.rst10 :term:`2to3` tool will automatically adapt imports when converting your
Duserdict.rst120 module in Python 3. The :term:`2to3` tool will automatically adapt
193 module in Python 3. The :term:`2to3` tool will automatically adapt
/external/python/cpython3/Doc/library/
D2to3.rst3 2to3 - Automated Python 2 to 3 code translation
8 2to3 is a Python program that reads Python 2.x source code and applies a series
10 contains a rich set of fixers that will handle almost all code. 2to3 supporting
12 possible to write your own fixers for 2to3. :mod:`lib2to3` could also be
19 Using 2to3
22 2to3 will usually be installed with the Python interpreter as a script. It is
25 2to3's basic arguments are a list of files or directories to transform. The
36 It can be converted to Python 3.x code via 2to3 on the command line:
40 $ 2to3 example.py
42 A diff against the original source file is printed. 2to3 can also write the
[all …]
Ddevelopment.rst11 that the expected output is produced. :program:`2to3` can translate Python 2.x
25 2to3.rst
/external/python/setuptools/docs/
Dpython3.txt10 Setuptools provides a facility to invoke 2to3 on the code as a part of the
18 Using 2to3
23 2to3 as a part of running tests. To do so, you need to configure the
31 will be converted with 2to3, and the tests will then be run from the build
86 2to3 process will be run during the install. But you can also distribute
88 already converted code, and hence no 2to3 conversion is needed during install.
93 If you don't want to run the 2to3 conversion on the doctests in Python files,
/external/python/cpython2/Misc/NEWS.d/
D2.6.rst93 Package the 2to3 script (as 2to3.py) in the Windows installer.
/external/python/cpython3/Tools/
DREADME30 tabs and spaces, and 2to3, which converts Python 2 code
36 test2to3 A demonstration of how to use 2to3 transparently in setup.py.
/external/python/cpython2/Mac/
DMakefile.in79 for fn in python pythonw idle pydoc python-config smtpd.py 2to3 \
82 2to3-2 \
85 2to3-$(VERSION) ;\
/external/python/cpython3/Mac/
DMakefile.in65 2to3 \
116 2to3-$(VERSION) \
/external/python/cpython3/Tools/scripts/
DREADME5 2to3 Main script for running the 2to3 conversion tool
/external/python/cpython2/Tools/
DREADME35 tabs and spaces, and 2to3, which converts Python 2 code
/external/bcc/tools/
Dext4slower_example.txt52 06:49:17 cksum 3616 R 96 0 5.36 2to3-2.7
53 06:49:17 cksum 3616 R 96 0 14.94 2to3-3.4
/external/cldr/tools/java/org/unicode/cldr/test/
DTestTransformsSimple.java95 String to3 = hl.transform(back.replaceAll("(.)", "$1 ").trim()); in assertRoundTripTransform() local
96 … assertEquals(message + " " + source + " [" + to + "/" + to2 + "/" + to3 + "]", source, back); in assertRoundTripTransform()

1234