MCPcopy Create free account
hub / github.com/Open-Quant/openquant / iter_sections

Function iter_sections

scripts/afml_docs_loop.py:260–263  ·  view source on GitHub ↗
(state: dict[str, Any])

Source from the content-addressed store, hash-verified

258
259
260def iter_sections(state: dict[str, Any]):
261 for chapter in state["chapters"]:
262 for section in chapter["sections"]:
263 yield chapter, section
264
265
266def cmd_init(_args: argparse.Namespace) -> int:

Callers 3

cmd_nextFunction · 0.85
cmd_doneFunction · 0.85
cmd_resetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected