MCPcopy
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_scriptMethod · 0.45
overridden_byMethod · 0.45
from_metadata_filesMethod · 0.45
set_scriptMethod · 0.45
assert_pex_from_lockFunction · 0.45
test_basicFunction · 0.45
test_locked_projectFunction · 0.45

Calls

no outgoing calls

Tested by 15

assert_pex_from_lockFunction · 0.36
test_basicFunction · 0.36
test_locked_projectFunction · 0.36
test_not_foundFunction · 0.36
test_sourceFunction · 0.36
test_version_mismatchFunction · 0.36
test_wheel_tag_mismatchFunction · 0.36