Skip to content
New issue

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

Add Python type hints #345

Merged
merged 6 commits into from
Nov 2, 2024
Merged

Add Python type hints #345

merged 6 commits into from
Nov 2, 2024

Conversation

ChristopherRabotin
Copy link
Member

Summary

Adds Python type hints and related documentation.

It's a bit of a manual process, but it works without too much trouble.

Closes #336 .

Architectural Changes

No change

New Features

No change

Improvements

No change

Bug Fixes

No change

Testing and validation

Opened anise-py in VSCode and checked that autocomplete mostly worked. I had an issue where anise.time import * claimed to not find anything but Ctrl+Click on it opened it as it should: this issue was likely due to a poor configuration of the virtual environment.

Documentation

This PR does not primarily deal with documentation changes.

@ChristopherRabotin ChristopherRabotin merged commit 4b0edf3 into master Nov 2, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Type hints for Python module
1 participant