tree-sitter-stack-graphs-python 0.3.0

Stack graphs definition for Python using tree-sitter-python
Documentation
1
2
3
4
5
6
def outer(a):
    def inner(b):
        pass

    inner(1)
    # ^ defined: 2