-
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor string formatting in `_code_cache.py` * Refactor string formatting in `_events.py` * Refactor string formatting in `_generate.py` to use f-strings * Refactor string formatting in `lazybind.py` to use f-strings * Refactor string formatting in `errorinfo.py` to use f-strings * Refactor string formatting in `inprocserver.py` to use f-strings * Refactor string formatting in `register.py` to use f-strings * Refactor string formatting in `_constants.py` to use f-strings. one comment line... * Refactor string formatting in `w_getopt.py` to use f-strings * Fixed after PR reviewed * fix mistakes * Improved code * Fix `register.py` to use raw-fstring * Refactor string formatting in `codegenerator.py` to use f-strings * Fix path separators in `_code_cache.py` for consistency across platforms * Refactor string representations in `helpers.py` to use f-strings for improved readability * Fix script path handling in `register.py` to include script path in CLSID registration * Apply suggestions from code review * Update comtypes/server/register.py * Update comtypes/errorinfo.py * Update register.py --------- Co-authored-by: Jun Komoda <[email protected]>
- Loading branch information
1 parent
1ea74f5
commit fb15f91
Showing
11 changed files
with
107 additions
and
125 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
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
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
Oops, something went wrong.