Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HackSoftware/Django-Styleguide
/ save_readme
Function
save_readme
tools/update_toc.py:21–23 ·
view source on GitHub ↗
(readme)
Source
from the content-addressed store, hash-verified
19
20
21
def
save_readme(readme):
22
with
open(
'README.md'
,
'w'
)
as
f:
23
return
f.write(readme)
24
25
26
def
replace_toc():
Callers
1
replace_toc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected