Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pex-tool/pex
/ current
Function
current
pex/targets.py:328–330 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
326
327
328
def
current():
329
# type: () -> LocalInterpreter
330
return
LocalInterpreter.create()
331
332
333
@attr.s(frozen=True, repr=False)
Callers
1
iter_targets
Method · 0.85
Calls
1
create
Method · 0.45
Tested by
no test coverage detected