tree-sitter/test/fixtures/queries/python.py
2020-10-21 12:17:16 -04:00

7 lines
122 B
Python

def foo(): pass
# declaration: function: 0, 0
def bar():
# declaration: function, 3, 0
foo()
# reference: call, 5, 4