Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pex-tool/pex
/ render_description
Method
render_description
pex/targets.py:238–240 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
236
return
str(self.platform.tag)
237
238
def
render_description(self):
239
# type: () -> str
240
raise
NotImplementedError()
241
242
def
__repr__(self):
243
# type: () -> str
Callers
15
execute_script
Method · 0.45
overridden_by
Method · 0.45
from_metadata_files
Method · 0.45
set_script
Method · 0.45
test_download_platform_markers_issue_1366_indeterminate
Function · 0.45
test_resolve_local_platform
Function · 0.45
test_pip_2020_resolver_engaged
Function · 0.45
assert_psutil_cross_build_failure
Function · 0.45
assert_pex_from_lock
Function · 0.45
test_basic
Function · 0.45
test_create_universal_platform_check
Function · 0.45
test_locked_project
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_download_platform_markers_issue_1366_indeterminate
Function · 0.36
test_resolve_local_platform
Function · 0.36
test_pip_2020_resolver_engaged
Function · 0.36
assert_psutil_cross_build_failure
Function · 0.36
assert_pex_from_lock
Function · 0.36
test_basic
Function · 0.36
test_create_universal_platform_check
Function · 0.36
test_locked_project
Function · 0.36
test_not_found
Function · 0.36
test_source
Function · 0.36
test_version_mismatch
Function · 0.36
test_wheel_tag_mismatch
Function · 0.36