EnglishFrenchSpanish

Ad


OnWorks favicon

3to2

Run 3to2 in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command 3to2 that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


3to2 - Python3 helper to backport code written for Python version 3.x into 2.x

SYNOPSIS


3to2 [options] file|dir ...

OPTIONS


-h, --help
show this help message and exit

-d, --doctests_only
Fix up doctests only

-f FIX, --fix=FIX
Each FIX specifies a transformation; default: all

-j PROCESSES, --processes=PROCESSES
Run 3to2 concurrently

-x NOFIX, --nofix=NOFIX
Prevent a fixer from being run.

-l, --list-fixes
List available transformations (fixes/fix_*.py)

-v, --verbose
More verbose logging

-w, --write
Write back modified files

-n, --nobackups
Don't write backups for modified files.

--no-diffs
Don't show diffs of the refactoring

Use 3to2 online using onworks.net services


Ad