lasr 0.4.0

Live Action Search and Replace
Documentation
1
2
3
4
5
def thing(x, y):
    print(x + y)


thing(3, 5)