Created by: liym27
Support recursive call.
- Add a api
convert_call
to call ast transformer recursively.
For tests:
- Remove redundant decorator in the existing test files
- The new test file
test_recursive_call
tests other situations.
Created by: liym27
Support recursive call.
convert_call
to call ast transformer recursively.For tests:
test_recursive_call
tests other situations.