You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have typehints not just in docstrings but also in arguments. With that we might also add arguments with typehints to public functions in _api.py so IDE can actually show them.
Suggestion
Add type hints to ServerAPI methods, and modify automated_api.py to copy args/kwargs with typehints too.
The text was updated successfully, but these errors were encountered:
These methods return ThumbnailContent not Union[str, None] as specified in docstring: get_folder_thumbnail, get_version_thumbnail, get_workfile_thumbnail
Description
It would be nice to have typehints not just in docstrings but also in arguments. With that we might also add arguments with typehints to public functions in
_api.py
so IDE can actually show them.Suggestion
Add type hints to
ServerAPI
methods, and modifyautomated_api.py
to copy args/kwargs with typehints too.The text was updated successfully, but these errors were encountered: