OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:call_args
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/Scripts/
test-webkit-scripts
59
call_args
= [script_path]
61
call_args
.extend(args)
62
subprocess.call(
call_args
)
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
mock.py
117
self.
call_args
= None
141
self.
call_args
= (args, kwargs)
188
assert self.
call_args
== (args, kwargs), 'Expected: %s\nCalled with: %s' % ((args, kwargs), self.
call_args
)
Completed in 121 milliseconds