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

Function _normalise2

pipcl.py:3052–3054  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

3050
3051
3052def _normalise2(name):
3053 # https://packaging.python.org/en/latest/specifications/binary-distribution-format/
3054 return _normalise(name).replace('-', '_')
3055
3056
3057def _assert_version_pep_440(version):

Callers 5

build_sdistMethod · 0.85
wheel_nameMethod · 0.85
wheel_name_matchMethod · 0.85
_dist_info_dirMethod · 0.85
_fromtoMethod · 0.85

Calls 1

_normaliseFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…