openscilab/nava

Decorator hides parameter

sepandhaghighi opened this issue · 1 comments

Description

The decorator hides the parameters of the function
image

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

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.