OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kargs
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
atexit.py
22
func, targs,
kargs
= _exithandlers.pop()
24
func(*targs, **
kargs
)
37
def register(func, *targs, **
kargs
):
42
kargs
- optional keyword arguments to pass to func
46
_exithandlers.append((func, targs,
kargs
))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
atexit.py
22
func, targs,
kargs
= _exithandlers.pop()
24
func(*targs, **
kargs
)
37
def register(func, *targs, **
kargs
):
42
kargs
- optional keyword arguments to pass to func
46
_exithandlers.append((func, targs,
kargs
))
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
server.py
86
kargs
= {}
89
kargs
[k] = v[0]
93
response = getattr(l, name)(**
kargs
)
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
android_browser_finder_unittest.py
36
def NoAdb(*args, **
kargs
): # pylint: disable=W0613
Completed in 335 milliseconds