Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/kivy/python-for-android
/ argv_contains
Function
argv_contains
pythonforandroid/bdistapk.py:10–14 ·
view source on GitHub ↗
(t)
Source
from the content-addressed store, hash-verified
8
9
10
def
argv_contains(t):
11
for
arg in sys.argv:
12
if
arg.startswith(t):
13
return
True
14
return
False
15
16
17
class
Bdist(Command):
Callers
5
test_argv_contains_present
Method · 0.90
test_argv_contains_partial_match
Method · 0.90
test_argv_contains_not_present
Method · 0.90
finalize_options
Method · 0.85
prepare_build_dir
Method · 0.85
Calls
no outgoing calls
Tested by
3
test_argv_contains_present
Method · 0.72
test_argv_contains_partial_match
Method · 0.72
test_argv_contains_not_present
Method · 0.72