Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CallableType.copy_modified: accept sequence for arg_names (#14840)
In #4070, `CallableType.__init__` was changed to accept `arg_names: Sequence[str | None]` so we could pass e.g. `list[str]` to it. We're making a similar change to `CallableType.copy_modified`.
- Loading branch information