interactions.py
interactions.py copied to clipboard
[REQUEST] Update function parameters
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.