MCPcopy Index your code
hub / github.com/HackSoftware/Django-Styleguide / get_readme

Function get_readme

tools/update_toc.py:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15
16def get_readme():
17 with open('README.md', 'r') as f:
18 return f.read()
19
20
21def save_readme(readme):

Callers 1

replace_tocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected