Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/kivy/python-for-android
/ split_argument_list
Function
split_argument_list
pythonforandroid/toolchain.py:177–180 ·
view source on GitHub ↗
(arg_list)
Source
from the content-addressed store, hash-verified
175
176
177
def
split_argument_list(arg_list):
178
if
not len(arg_list):
179
return
[]
180
return
re.split(r
'[ ,]+'
, arg_list)
181
182
183
class
NoAbbrevParser(argparse.ArgumentParser):
Callers
2
dist_from_args
Function · 0.85
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected