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 hints to _comobject.py (part 1). #703

Merged
merged 7 commits into from
Dec 17, 2024

Conversation

junkmd
Copy link
Collaborator

@junkmd junkmd commented Dec 17, 2024

In the discussion on python/cpython#127369, the need has arisen to carefully review the implementation of COMObject, which is required for implementing and registering COM servers.

Unlike the codebase for interfaces and client-side components, the server-side codebase has very few type hints.

We will start by adding type annotations to the simpler parts first.

@junkmd junkmd added the typing related to Python static typing system label Dec 17, 2024
@junkmd junkmd added this to the 1.4.9 milestone Dec 17, 2024
junkmd added a commit to junkmd/pywinauto that referenced this pull request Dec 17, 2024
@junkmd junkmd merged commit 4e20f7e into enthought:main Dec 17, 2024
49 checks passed
@junkmd junkmd deleted the comobject_typing_part1 branch December 17, 2024 13:41
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