Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
d490bbd9
Commit
d490bbd9
authored
May 04, 2016
by
anonym
Browse files
Document method.
parent
8ed3702f
Changes
1
Hide whitespace changes
Inline
Side-by-side
features/support/helpers/dogtail.rb
View file @
d490bbd9
...
...
@@ -104,6 +104,11 @@ module Dogtail
end
end
# Generates a Python-style parameter list from `args`. If the last
# element of `args` is a Hash, it's used as Python's kwargs dict.
# In the end, the resulting string should be possible to copy-paste
# into the parentheses of a Python function call.
# Example: [42, {:foo => 'bar'}] => "42, foo = 'bar'"
def
self
.
args_to_s
(
args
)
args_list
=
args
args_hash
=
nil
...
...
anonym
@anonym
mentioned in issue
#10721 (closed)
·
May 14, 2020
mentioned in issue
#10721 (closed)
mentioned in issue #10721
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment