xref
: /
third_party
/
python
/
Lib
/
lib2to3
/
tests
/
data
/
fixers
/
bad_order.py
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/python/Lib/lib2to3/tests/data/fixers/
1
from
lib2to3
.
fixer_base
import
BaseFix
2
3
class
FixBadOrder
(
BaseFix
):
4
5
order
=
"crazy"
6