search directory

Search Commands

Search tools, operations, flags, and command strings. Results are capped for Worker performance.

2to3 Commands

28 2to3 entries

Limited to 100 results

Back to all tools
2to3

2to3 Command: Convert 2to3 Except Specified Features

2to3 -w <path/to/file.py> -x <has_key> -x <isinstance>
2to3

2to3 Command: Convert All Except Specified Features

2to3 -w <path/to/file.py> -x <has_key> -x <isinstance>
2to3

2to3 Command: Convert All Files In Directory

2to3 -o <path/to/python3_directory> -W -n <path/to/python2_directory>
2to3

2to3 Command: Convert All Files In Directory 2to3

2to3 -o <path/to/python3_directory> -W -n <path/to/python2_directory>
2to3

2to3 Command: Convert Directory

2to3 -o <path/to/python3_directory> -W -n <path/to/python2_directory>
2to3

2to3 Command: Convert Except Specified Features

2to3 -w <path/to/file.py> -x <has_key> -x <isinstance>
2to3

2to3 Command: Convert File

2to3 -w <path/to/file.py>
2to3

2to3 Command: Convert Python2 To Python3

2to3 -w <path/to/file.py>
2to3

2to3 Command: Convert Python2 To Python3 2to3

2to3 -w <path/to/file.py>
2to3

2to3 Command: Convert Specific Features

2to3 -w <path/to/file.py> -f <raw_input> -f <print>
2to3

2to3 Command: Convert Specific Features To Python3

2to3 -w <path/to/file.py> -f <raw_input> -f <print>
2to3

2to3 Command: Convert Specific Features To Python3 2to3

2to3 -w <path/to/file.py> -f <raw_input> -f <print>
2to3

2to3 Command: Display Changes Dry Run

2to3 <path/to/file.py>
2to3

2to3 Command: Display Dry Run Changes

2to3 <path/to/file.py>
2to3

2to3 Command: Dry Run

2to3 <path/to/file.py>
2to3

2to3 Command: Dry Run Conversion

2to3 <path/to/file.py>
2to3

2to3 Command: Dry Run Display Changes 2to3

2to3 <path/to/file.py>
2to3

2to3 Command: Exclude Features

2to3 -w <path/to/file.py> -x <has_key> -x <isinstance>
2to3

2to3 Command: Help And Information

2to3 --help
2to3

2to3 Command: List Available Conversion Features

2to3 -l
2to3

2to3 Command: List Available Conversions

2to3 -l
2to3

2to3 Command: List Available Features 2to3

2to3 -l
2to3

2to3 Command: List Available Fixes

2to3 -l
2to3

2to3 Command: List Features

2to3 -l
2to3

2to3 Command: List Fixes

2to3 -l
2to3

2to3 Command: Multi Threaded Conversion

2to3 -j <4> -o <path/to/python3_directory> -w -n --no-diffs <path/to/python2_directory>
2to3

2to3 Command: Run 2to3 With Multiple Threads

2to3 -j <4> -o <path/to/python3_directory> -w -n --no-diffs <path/to/python2_directory>
2to3

2to3 Command: Run With Multiple Threads

2to3 -j <4> -o <path/to/python3_directory> -w -n --no-diffs <path/to/python2_directory>