democritus-project / d8s-python

Democritus functions for working with Python ASTs.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Write function to change a line of code #29

Open fhightower opened 3 years ago

fhightower commented 3 years ago

What?

Write a wrapper around the string_modify_line which takes a string or ast node and modifies a given line of it with a given operator.

Why?

This is very useful when modifying code.