MCPcopy
hub / github.com/rossant/awesome-math / _read_md

Function _read_md

build_toc.py:47–49  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

45
46
47def _read_md(filename):
48 with open(filename, 'r') as f:
49 return f.read()
50
51
52def gen_toc(filename):

Callers 1

gen_tocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected