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

Method current

pex/resolver.py:103–105  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

101class DownloadTarget(object):
102 @classmethod
103 def current(cls):
104 # type: () -> DownloadTarget
105 return cls(target=targets.current())
106
107 target = attr.ib() # type: Target
108 universal_target = attr.ib(default=None) # type: Optional[UniversalTarget]

Callers 2

mountMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected