We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jump_references.py
1 parent 77f86ce commit 2ee8375Copy full SHA for 2ee8375
atest/examples/jump_references.py
@@ -0,0 +1,6 @@
1
+def func():
2
+ pass
3
+
4
5
+x = func()
6
+y = func()
0 commit comments