MCPcopy
hub / github.com/InternLM/lmdeploy / readme

Function readme

setup.py:17–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16
17def readme():
18 with open(os.path.join(pwd, 'README.md'), encoding='utf-8') as f:
19 content = f.read()
20 return content
21
22
23def get_version():

Callers 1

setup.pyFile · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected