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 type annotations to shelllink. #611

Merged
merged 4 commits into from
Aug 31, 2024

Conversation

junkmd
Copy link
Collaborator

@junkmd junkmd commented Aug 31, 2024

This is a modernization of Python code.

The fact that dwReserved in SetRelativePath must be set to 0 is expressed by annotating it with Literal[0].

@junkmd junkmd added the typing related to Python static typing system label Aug 31, 2024
@junkmd junkmd added this to the 1.4.7 milestone Aug 31, 2024
junkmd added a commit to junkmd/pywinauto that referenced this pull request Aug 31, 2024
@junkmd junkmd merged commit 3e3977d into enthought:main Aug 31, 2024
49 checks passed
@junkmd junkmd deleted the add_typing_to_shelllink branch August 31, 2024 08:35
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typing related to Python static typing system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant