Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
111
def
execute_pagefind(args: Iterable[str]) -> None:
112
subprocess.run(args=[str(ensure_pagefind()), *args], check=True)
113
114
115
def
execute_sphinx_build(
Callers
1
main
Function · 0.85
Calls
2
ensure_pagefind
Function · 0.85
run
Method · 0.45
Tested by
no test coverage detected