MCPcopy Create free account
hub / github.com/nodejs/node / InvalidWheelFilename

Class InvalidWheelFilename

tools/gyp/pylib/packaging/utils.py:21–24  ·  view source on GitHub ↗

An invalid wheel filename was found, users should refer to PEP 427.

Source from the content-addressed store, hash-verified

19
20
21class InvalidWheelFilename(ValueError):
22 """
23 An invalid wheel filename was found, users should refer to PEP 427.
24 """
25
26
27class InvalidSdistFilename(ValueError):

Callers 1

parse_wheel_filenameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected