tableau / server-client-python

A Python library for the Tableau Server REST API
https://tableau.github.io/server-client-python/
MIT License
656 stars 420 forks source link

chore: typing decorators #1447

Closed jorwoods closed 1 week ago

jorwoods commented 3 weeks ago

Decorators like api, parameter_added_in, and _tsrequest_wrapped altered the typing signatures and obfuscated mypy from inspecting any of the functions wrapped by these decorators. This PR aims to type these decorators, and fix any underlying typing issues revealed by fixing this.