Commit 83a10ac5 authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

rewrite_div -> trace_division

parent 745dc150
......@@ -5,7 +5,7 @@ import lib2to3.pgen2
import sys
class FixRewriteDiv(lib2to3.fixer_base.BaseFix):
class FixTraceDivision(lib2to3.fixer_base.BaseFix):
"""Rewrites a/b into division_traced(a, b)
division_traced can be a function that looks up the stack and record the operand types, for example:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment