MCPcopy
hub / github.com/volcengine/OpenViking / split

Method split

bot/vikingbot/channels/feishu.py:456–457  ·  view source on GitHub ↗
(l: str)

Source from the content-addressed store, hash-verified

454 return None
455
456 def split(l: str) -> list[str]:
457 return [c.strip() for c in l.strip("|").split("|")]
458
459 headers = split(lines[0])
460 rows = [split(l) for l in lines[2:]]

Callers 15

_build_extension_implMethod · 0.80
runVersionFunction · 0.80
findOvPathsFunction · 0.80
run_doctorFunction · 0.80
mainFunction · 0.80
is_model_availableFunction · 0.80
_parseMethod · 0.80
resource_nameMethod · 0.80
parse_locomo_datetimeFunction · 0.80
get_sample_question_timeFunction · 0.80
build_session_messagesFunction · 0.80

Calls

no outgoing calls

Tested by 15

entryFunction · 0.64
lsMethod · 0.64
test_ls_directoryMethod · 0.64
test_ls_simple_modeMethod · 0.64
test_glob_with_uriMethod · 0.64
test_searchMethod · 0.64
test_large_text_chunkingFunction · 0.64