Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-Quant/openquant
/ ChapterBlueprint
Class
ChapterBlueprint
scripts/afml_docs_loop.py:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
@dataclass(frozen=True)
38
class
ChapterBlueprint:
39
chapter: str
40
theme: str
41
query: str
42
modules: tuple[str, ...]
43
44
45
BLUEPRINT: tuple[ChapterBlueprint, ...] = (
Callers
1
afml_docs_loop.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected