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

Method __str__

pex/platforms.py:198–200  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

196 return tags.Tag(interpreter=self.interpreter, abi=self.abi, platform=self.platform)
197
198 def __str__(self):
199 # type: () -> str
200 return cast(str, self.SEP.join((self.platform, self.impl, self.version, self.abi)))
201
202
203@attr.s(frozen=True)

Callers

nothing calls this directly

Calls 2

castFunction · 0.90
joinMethod · 0.45

Tested by

no test coverage detected