MCPcopy Create free account
hub / github.com/917Dhj/DeepPaperNote / parser

Function parser

scripts/check_environment.py:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14
15def parser() -> argparse.ArgumentParser:
16 p = argparse.ArgumentParser(description=__doc__ or "check environment")
17 p.add_argument("--output", default="", help="Optional JSON output path.")
18 return p
19
20
21def import_available(module_name: str) -> bool:

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected