tree-sitter/test/fixtures/queries/python.py

8 lines
112 B
Python
Raw Normal View History

2020-10-21 11:22:56 -04:00
def foo(): pass
# <- definition.function
2020-10-21 11:22:56 -04:00
def bar():
# <- definition.function
2020-10-21 11:22:56 -04:00
foo()
# <- reference.call