Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-Quant/openquant
/ main
Function
main
scripts/afml_docs_loop.py:566–569 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
564
565
566
def
main() -> int:
567
parser = build_parser()
568
args = parser.parse_args()
569
return
args.func(args)
570
571
572
if
__name__ ==
"__main__"
:
Callers
1
afml_docs_loop.py
File · 0.70
Calls
1
build_parser
Function · 0.85
Tested by
no test coverage detected