Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
python-3.8
/
usr
/
lib
/
python3.8
/
lib2to3
/
tests
/
data
/
fixers
/
myfixes
/
//opt/python-3.8/usr/lib/python3.8/lib2to3/tests/data/fixers/myfixes/fix_first.py
from lib2to3.fixer_base import BaseFix class FixFirst(BaseFix): run_order = 1 def match(self, node): return False