Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
260
def
iter_sections(state: dict[str, Any]):
261
for
chapter in state[
"chapters"
]:
262
for
section in chapter[
"sections"
]:
263
yield
chapter, section
264
265
266
def
cmd_init(_args: argparse.Namespace) -> int:
Callers
3
cmd_next
Function · 0.85
cmd_done
Function · 0.85
cmd_reset
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected