Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pex-tool/pex
/ cache
Function
cache
tests/test_resolver.py:96–99 ·
view source on GitHub ↗
(directory)
Source
from the content-addressed store, hash-verified
94
95
@contextmanager
96
def
cache(directory):
97
# type: (str) -> Iterator[None]
98
with
ENV.patch(PEX_ROOT=directory):
99
yield
100
101
102
@contextmanager
Callers
7
disabled_cache
Function · 0.85
test_resolve_cache
Function · 0.85
test_diamond_local_resolve_cached
Function · 0.85
test_cached_dependency_pinned_unpinned_resolution_multi_run
Function · 0.85
test_intransitive
Function · 0.85
resolve_p537_wheel_names
Function · 0.85
resolve_cryptography_wheel_names
Function · 0.85
Calls
1
patch
Method · 0.45
Tested by
no test coverage detected