Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/kivy/python-for-android
/ patch_argparse_print_help
Function
patch_argparse_print_help
tests/test_toolchain.py:15–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
14
15
def
patch_argparse_print_help():
16
return
mock.patch(
'argparse.ArgumentParser.print_help'
)
17
18
19
def
patch_sys_stdout():
Callers
2
test_help
Method · 0.85
test_unknown
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected