forked from VimPlug/jedi
Avoid function executions if they are not necessary
This also means that annotations are prefered to docstring types
This commit is contained in:
@@ -24,7 +24,7 @@ def function_parameters(a: A, b, c: str, d: int, e: str, f: str, g: int=4):
|
||||
d
|
||||
#? str()
|
||||
e
|
||||
#? int() str()
|
||||
#? str()
|
||||
f
|
||||
# int()
|
||||
g
|
||||
|
||||
Reference in New Issue
Block a user