Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
16
def
get_readme():
17
with
open(
'README.md'
,
'r'
)
as
f:
18
return
f.read()
19
20
21
def
save_readme(readme):
Callers
1
replace_toc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected