MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / check_python

Function check_python

scripts/doctor.py:50–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48
49
50def check_python() -> bool:
51 version = sys.version_info
52 ok = version >= (3, 10)
53 status(ok, "Python version", f"{version.major}.{version.minor}.{version.micro}")
54 return ok
55
56
57def check_imports() -> bool:

Callers 1

mainFunction · 0.85

Calls 1

statusFunction · 0.85

Tested by

no test coverage detected