Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
get
Method · 0.45
_fingerprint_local_project
Function · 0.45
__init__
Method · 0.45
create_pip
Function · 0.45
pex_info_no_emit_warnings
Function · 0.45
test_emit_warnings_default_on
Function · 0.45
test_emit_warnings_emit_env_off
Function · 0.45
create_sdist
Function · 0.45
resolve
Function · 0.45
test_download2
Function · 0.45
test_exclude_root_reqs
Function · 0.45
test_exclude_transitive_assert
Function · 0.45
Calls
1
make_build_properties
Method · 0.80
Tested by
15
create_pip
Function · 0.36
pex_info_no_emit_warnings
Function · 0.36
test_emit_warnings_default_on
Function · 0.36
test_emit_warnings_emit_env_off
Function · 0.36
create_sdist
Function · 0.36
resolve
Function · 0.36
test_download2
Function · 0.36
test_exclude_root_reqs
Function · 0.36
test_exclude_transitive_assert
Function · 0.36
test_activate_interpreter_different_from_current
Function · 0.36
test_pex_run_custom_setuptools_useable
Function · 0.36
test_pex_run_conflicting_custom_setuptools_useable
Function · 0.36