Decorator hides parameter
sepandhaghighi opened this issue · 1 comments
sepandhaghighi commented
Description
The decorator hides the parameters of the function
Operating System
Windows 10
Python Version
Python 3.8
nava Version (Use : nava.__version__
)
Nava 0.1
We should use @wraps
from functools
module like here
sadrasabouri commented
Although this is not an issue in VSCode using Python extension. Parameter suggestion working OK there.
BTW, I will work on this issue to fix it in Python interpreter.