interactions.py icon indicating copy to clipboard operation
interactions.py copied to clipboard

[REQUEST] Update function parameters

Open Catalyst4222 opened this issue 3 years ago • 0 comments

Describe the feature.

There are quite a few places where the function parameters don't quite line up with what it expects. This is mostly referencing *args: Tuple[...] and **kwargs: Dict, which when accessed inside of a function or when calling it, give the wrong typehints. In many docstrings, not only does the *args/**kwargs discrepancy show up, but on some IDEs (pycharm, possibly more), parameters can fail to appear when accessing the formatted docstring (often caused by *args or parameter?)

Code of Conduct

  • [X] I agree to follow the contribution requirements.

Catalyst4222 avatar Sep 01 '22 04:09 Catalyst4222