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

Class InvalidSdistFilename

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

An invalid sdist filename was found, users should refer to the packaging user guide.

Source from the content-addressed store, hash-verified

25
26
27class InvalidSdistFilename(ValueError):
28 """
29 An invalid sdist filename was found, users should refer to the packaging user guide.
30 """
31
32
33# Core metadata spec for `Name`

Callers 1

parse_sdist_filenameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected