MCPcopy
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
328def current():
329 # type: () -> LocalInterpreter
330 return LocalInterpreter.create()
331
332
333@attr.s(frozen=True, repr=False)

Callers 1

iter_targetsMethod · 0.85

Calls 1

createMethod · 0.45

Tested by

no test coverage detected