-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring
server/inprocserver.py
, server/localserver.py
and `cl…
…ient/_events.py`. (#815) * Replace `ctypes.byref` with `byref` in `client/_events.py`. * Replace `import comtypes.typeinfo` with specific imports in `client/_events.py`. * Replace `comtypes.COMObject` and `comtypes.IUnknown` with specific imports in `server/localserver.py`. * Replace `import ctypes` with specific imports in `server/inprocserver.py`. * Remove assignment to unused variable `res` from `PumpEvents`. * Convert to `not in` from `not ... in` in `inproc_find_class`. * Add type assertions.
- Loading branch information
Showing
4 changed files
with
24 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters