We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
client.dynamic
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
drop_py2
The following code instantiates a dictionary from the dict class, unpacks it, and passes it to the method as keyworded arguments.
dict
comtypes/comtypes/client/dynamic.py
Lines 47 to 64 in 22bfc50
Modernizing this code would allow it to fit on fewer lines.
The text was updated successfully, but these errors were encountered:
I created this issue to serve as a "model case" for future good first issue that I will submit.
good first issue
I will work on this.
Sorry, something went wrong.
junkmd
Successfully merging a pull request may close this issue.
THIS IS FOR
drop_py2
PLAN! Please see #392.The following code instantiates a dictionary from the
dict
class, unpacks it, and passes it to the method as keyworded arguments.comtypes/comtypes/client/dynamic.py
Lines 47 to 64 in 22bfc50
Modernizing this code would allow it to fit on fewer lines.
The text was updated successfully, but these errors were encountered: