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

Function _gen_items

build_toc.py:41–44  ·  view source on GitHub ↗
(md)

Source from the content-addressed store, hash-verified

39
40
41def _gen_items(md):
42 for header in _iter_headers(md):
43 item = _get_header_item(header)
44 yield item
45
46
47def _read_md(filename):

Callers 1

gen_tocFunction · 0.85

Calls 2

_iter_headersFunction · 0.85
_get_header_itemFunction · 0.85

Tested by

no test coverage detected