Infer number of callable arguments
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
For callable values, we could infer the number of arguments at least in simple cases where the callable takes a fixed number of positional arguments. The argument types could still be `Any`, but having the number of arguments would still be helpful.
Contributor guide
Assessment
This issue has not been assessed yet.