MCPcopy
hub / github.com/reflex-dev/reflex / Result

Class Result

scripts/check_min_deps.py:293–301  ·  view source on GitHub ↗

The outcome of checking a single package.

Source from the content-addressed store, hash-verified

291
292@dataclass
293class Result:
294 """The outcome of checking a single package."""
295
296 package: str
297 ok: bool
298 stage: str
299 """Where the result was decided: ``"resolution"``, ``"min-version"`` or ``"ok"``."""
300 detail: str
301 """Human-readable diagnostics to print on failure."""
302
303
304def _venv_python(venv: Path) -> Path:

Callers 1

check_packageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected