MCPcopy 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
566def main() -> int:
567 parser = build_parser()
568 args = parser.parse_args()
569 return args.func(args)
570
571
572if __name__ == "__main__":

Callers 1

afml_docs_loop.pyFile · 0.70

Calls 1

build_parserFunction · 0.85

Tested by

no test coverage detected