MCPcopy
hub / github.com/explosion/spaCy / validate_cli

Function validate_cli

spacy/cli/validate.py:22–30  ·  view source on GitHub ↗

Validate the currently installed pipeline packages and spaCy version. Checks if the installed packages are compatible and shows upgrade instructions if available. Should be run after `pip install -U spacy`. DOCS: https://spacy.io/api/cli#validate

()

Source from the content-addressed store, hash-verified

20
21@app.command("validate")
22def validate_cli():
23 """
24 Validate the currently installed pipeline packages and spaCy version. Checks
25 if the installed packages are compatible and shows upgrade instructions if
26 available. Should be run after `pip install -U spacy`.
27
28 DOCS: https://spacy.io/api/cli#validate
29 """
30 validate()
31
32
33def validate() -> None:

Callers

nothing calls this directly

Calls 1

validateFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…