We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the work from nyx-space/hifitime#335, add type hints in the Python module of ANISE.
This task requires adding :type param: PythonType and :rtype: PythonType2 to all of the functions available in Python.
:type param: PythonType
:rtype: PythonType2
Must be done after migrating to hifitime 4.0.0 since it provides the relevant Python documentation.
The text was updated successfully, but these errors were encountered:
I want to +1 this. We absolutely can't use this module at my workplace if there are no typehints / pyi stubs.
Sorry, something went wrong.
To be clear, you're talking about pyi stubs, right?
That's correct. This ticket will automatically create an anise.pyi file similar to the newly added one in hifitime.
anise.pyi
Successfully merging a pull request may close this issue.
Maintenance task description
Using the work from nyx-space/hifitime#335, add type hints in the Python module of ANISE.
Scope of work
This task requires adding
:type param: PythonType
and:rtype: PythonType2
to all of the functions available in Python.Priority
Must be done after migrating to hifitime 4.0.0 since it provides the relevant Python documentation.
The text was updated successfully, but these errors were encountered: