MCPcopy
hub / github.com/pex-tool/pex / execute_pagefind

Function execute_pagefind

scripts/build-docs.py:111–112  ·  view source on GitHub ↗
(args: Iterable[str])

Source from the content-addressed store, hash-verified

109
110
111def execute_pagefind(args: Iterable[str]) -> None:
112 subprocess.run(args=[str(ensure_pagefind()), *args], check=True)
113
114
115def execute_sphinx_build(

Callers 1

mainFunction · 0.85

Calls 2

ensure_pagefindFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected