MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / get_lsb_version

Function get_lsb_version

fastdeploy/collect_env.py:431–432  ·  view source on GitHub ↗
(run_lambda)

Source from the content-addressed store, hash-verified

429
430
431def get_lsb_version(run_lambda):
432 return run_and_parse_first_match(run_lambda, "lsb_release -a", r"Description:\t(.*)")
433
434
435def check_release_file(run_lambda):

Callers 1

get_osFunction · 0.85

Calls 1

Tested by

no test coverage detected