Closed Setsugennoao closed 1 year ago
Implements changes to the typing system proposed in https://github.com/vapoursynth/vapoursynth/pull/965
tldr: Functions like this one were annotated as simple tuple[Any, ...]. PR now creates fake TypedDicts based on the mapa nd this follows by writing that in the stubs.
Implements changes to the typing system proposed in https://github.com/vapoursynth/vapoursynth/pull/965
tldr: Functions like this one were annotated as simple tuple[Any, ...]. PR now creates fake TypedDicts based on the mapa nd this follows by writing that in the stubs.