MCPcopy 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
10def argv_contains(t):
11 for arg in sys.argv:
12 if arg.startswith(t):
13 return True
14 return False
15
16
17class Bdist(Command):

Calls

no outgoing calls