MCPcopy Create free account
hub / github.com/DragonisCV/RAM / readme

Function readme

setup.py:12–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11
12def readme():
13 with open('README.md', encoding='utf-8') as f:
14 content = f.read()
15 return content
16
17
18def get_git_hash():

Callers 1

setup.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected