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

Method default

pex/pex_info.py:75–77  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

73
74 @classmethod
75 def default(cls):
76 # type: () -> PexInfo
77 return cls(info={"build_properties": cls.make_build_properties()})
78
79 @classmethod
80 def from_pex(cls, pex):

Callers 15

getMethod · 0.45
__init__Method · 0.45
create_pipFunction · 0.45
create_sdistFunction · 0.45
resolveFunction · 0.45
test_download2Function · 0.45
test_exclude_root_reqsFunction · 0.45

Calls 1

make_build_propertiesMethod · 0.80