Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/parse_type/bin/
Dtoxcmd.py151 def command_py2to3(args): function
163 command_py2to3.name = "2to3"
164 command_py2to3.usage = "%(prog)s sources..."
165 command_py2to3.short = "Apply python's 2to3 tool to Python sources."
166 command_py2to3.setup_parser = setup_parser4py2to3