typeshed
typeshed copied to clipboard
libsass: Use `TypeVarTuple` in `sass.SassFunction`
Another place where I previously used ParamSpec as a band aid solution.
Requires TypeVarTuple in a generic class to stop crashing pytype.
Deferral reason: https://github.com/google/pytype/issues/1525
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉