Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dblalock/bolt
/ _split_kv_arg
Function
_split_kv_arg
experiments/python/pyience.py:253–255 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
251
# ------------------------------------------------ Command line
252
253
def
_split_kv_arg(arg):
254
key, val = arg.split(
'='
)
255
return
key.strip(
'-'
), val
256
257
258
def
_is_kv_arg(arg):
Callers
1
parse_cmd_line
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected