From 7640ecce499fc49cad3d9b9f391cce0b74e435c9 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 7 Jan 2023 13:01:09 -0500 Subject: improve request cancellation, fix hover bug --- test/lsp/python/test.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/lsp/python/test.py (limited to 'test/lsp/python') diff --git a/test/lsp/python/test.py b/test/lsp/python/test.py new file mode 100644 index 0000000..7b23309 --- /dev/null +++ b/test/lsp/python/test.py @@ -0,0 +1,10 @@ +def funciton() -> str: + ''' this function does things ''' + print('here') + print('there') + return 'something something' + +funciton() +funciton() +funciton() +funciton() -- cgit v1.2.3