Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/kivy/python-for-android
/ patch_sys_argv
Function
patch_sys_argv
tests/test_toolchain.py:11–12 ·
view source on GitHub ↗
(argv)
Source
from the content-addressed store, hash-verified
9
10
11
def
patch_sys_argv(argv):
12
return
mock.patch(
'sys.argv'
, argv)
13
14
15
def
patch_argparse_print_help():
Callers
6
test_help
Method · 0.85
test_unknown
Method · 0.85
test_create
Method · 0.85
test_create_no_sdk_dir
Method · 0.85
test_recipes
Method · 0.85
test_local_recipes_dir
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected