MCPcopy Index your code
hub / github.com/pymupdf/PyMuPDF / wheel_name

Method wheel_name

pipcl.py:960–963  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

958 return ret
959
960 def wheel_name(self):
961 ret = f'{_normalise2(self.name)}-{self.version}-{self.tag_python()}-{self.tag_abi()}-{self.tag_platform()}.whl'
962 assert ret.count('-') == 4, f'Expected 4 dash characters in {ret=}.'
963 return ret
964
965 def wheel_name_match(self, wheel):
966 '''

Callers 2

build_wheelMethod · 0.95
build_wheelFunction · 0.80

Calls 4

tag_pythonMethod · 0.95
tag_abiMethod · 0.95
tag_platformMethod · 0.95
_normalise2Function · 0.85

Tested by

no test coverage detected