typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

libsass: Use `TypeVarTuple` in `sass.SassFunction`

Open Daverball opened this issue 2 years ago • 3 comments

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

Daverball avatar Dec 09 '23 21:12 Daverball

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Dec 09 '23 21:12 github-actions[bot]