mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 23:34:45 +08:00
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