Searched refs:to3 (Results 1 – 25 of 93) sorted by relevance
1234
/external/python/cpython2/Doc/library/ |
D | 2to3.rst | 3 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 …]
|
D | development.rst | 12 that the expected output is produced. :program:`2to3` can translate Python 2.x 23 2to3.rst
|
D | whichdb.rst | 9 module in Python 3. The :term:`2to3` tool will automatically adapt imports
|
D | dummy_thread.rst | 9 Python 3. The :term:`2to3` tool will automatically adapt imports when
|
D | scrolledtext.rst | 19 3. The :term:`2to3` tool will automatically adapt imports when converting
|
D | future_builtins.rst | 18 The :term:`2to3` tool that ports Python 2 code to Python 3 will recognize
|
D | robotparser.rst | 20 The :term:`2to3` tool will automatically adapt imports when converting
|
D | copy_reg.rst | 9 The :term:`2to3` tool will automatically adapt imports when converting your
|
D | dbm.rst | 10 :term:`2to3` tool will automatically adapt imports when converting your
|
D | cgihttpserver.rst | 11 Python 3. The :term:`2to3` tool will automatically adapt imports when
|
D | dumbdbm.rst | 9 The :term:`2to3` tool will automatically adapt imports when converting your
|
D | docxmlrpcserver.rst | 11 in Python 3. The :term:`2to3` tool will automatically adapt imports when
|
D | anydbm.rst | 10 :term:`2to3` tool will automatically adapt imports when converting your
|
D | userdict.rst | 120 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/ |
D | 2to3.rst | 3 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 …]
|
D | development.rst | 11 that the expected output is produced. :program:`2to3` can translate Python 2.x 25 2to3.rst
|
/external/python/setuptools/docs/ |
D | python3.txt | 10 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/ |
D | 2.6.rst | 93 Package the 2to3 script (as 2to3.py) in the Windows installer.
|
/external/python/cpython3/Tools/ |
D | README | 30 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/ |
D | Makefile.in | 79 for fn in python pythonw idle pydoc python-config smtpd.py 2to3 \ 82 2to3-2 \ 85 2to3-$(VERSION) ;\
|
/external/python/cpython3/Mac/ |
D | Makefile.in | 65 2to3 \ 116 2to3-$(VERSION) \
|
/external/python/cpython3/Tools/scripts/ |
D | README | 5 2to3 Main script for running the 2to3 conversion tool
|
/external/python/cpython2/Tools/ |
D | README | 35 tabs and spaces, and 2to3, which converts Python 2 code
|
/external/bcc/tools/ |
D | ext4slower_example.txt | 52 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/ |
D | TestTransformsSimple.java | 95 String to3 = hl.transform(back.replaceAll("(.)", "$1 ").trim()); in assertRoundTripTransform() local 96 … assertEquals(message + " " + source + " [" + to + "/" + to2 + "/" + to3 + "]", source, back); in assertRoundTripTransform()
|
1234