ruff
912c39ce
- Add support for `@functools.singledispatch` (#8934)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
Add support for `@functools.singledispatch` (#8934) ## Summary When a function uses `@functools.singledispatch`, we need to treat the first argument of any implementations as runtime-required. Closes https://github.com/astral-sh/ruff/issues/6849.
References
#8934 - Add support for `@functools.singledispatch`
Author
charliermarsh
Parents
b2638c62
Loading