Open kevinushey opened 6 years ago
Just a quick note--there are a few python projects that have manually documented the signatures of built-ins. For example...
https://github.com/pytoolz/toolz/blob/master/toolz/_signatures.py
https://github.com/datacamp/pythonwhat/blob/master/pythonwhat/signatures.py
For example:
No completion items are returned. More specifically, this fails to return arguments:
This may ultimately be a limitation of Python. From https://docs.python.org/3.8/library/inspect.html:
For NumPy functions implemented in native code, we could fall back to parsing the parameter documentation for getting the available arguments.