typeshed
typeshed copied to clipboard
fix `list.copy` to use the expected type
support:
_: list[object] = list[int]().copy()
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉