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

Method binary_name

pex/interpreter.py:635–639  ·  view source on GitHub ↗
(self, version_components=2)

Source from the content-addressed store, hash-verified

633 yield Platform.from_tags(self._supported_tags[index:])
634
635 def binary_name(self, version_components=2):
636 # type: (int) -> str
637 return self._implementation.calculate_binary_name(
638 version=self._version[:version_components] if version_components > 0 else None
639 )
640
641 def hashbang(self):
642 # type: () -> str

Callers 1

hashbangMethod · 0.95

Calls 1

calculate_binary_nameMethod · 0.80

Tested by

no test coverage detected