Define Python fixture
This commit is contained in:
parent
5caa83e020
commit
6f13d6bbba
1 changed files with 7 additions and 0 deletions
7
test/fixtures/queries/python.py
vendored
Normal file
7
test/fixtures/queries/python.py
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
def foo(): pass
|
||||
# declaration: function: 0, 0
|
||||
|
||||
def bar():
|
||||
# declaration: function, 3, 0
|
||||
foo()
|
||||
# reference: call, 5, 4
|
||||
Loading…
Add table
Add a link
Reference in a new issue