We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Original report by Kevin Adler (Bitbucket: kadler, GitHub: kadler).
compare:
#!python iPgm('foo', 'FOO', {'lib': 'MYLIB', 'function': 'bar' }) # call function 'bar' in MYLIB/FOO
to:
#!python iPgm('foo', 'FOO', lib='MYLIB', function='bar')
https://pythontips.com/2013/08/04/args-and-kwargs-in-python-explained/ (this works similarly in Ruby as well, just search for kwargs)
The text was updated successfully, but these errors were encountered:
Original comment by Tony Cairns (Bitbucket: rangercairns, GitHub: rangercairns).
This is a low priority, but will be considered in future release.
Sorry, something went wrong.
status
No branches or pull requests
Original report by Kevin Adler (Bitbucket: kadler, GitHub: kadler).
compare:
to:
https://pythontips.com/2013/08/04/args-and-kwargs-in-python-explained/ (this works similarly in Ruby as well, just search for kwargs)
The text was updated successfully, but these errors were encountered: