ruff
912c39ce - Add support for `@functools.singledispatch` (#8934)

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.
Author
Parents
Loading