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

Class InvalidMarker

tools/gyp/pylib/packaging/markers.py:34–37  ·  view source on GitHub ↗

An invalid marker was found, users should refer to PEP 508.

Source from the content-addressed store, hash-verified

32
33
34class InvalidMarker(ValueError):
35 """
36 An invalid marker was found, users should refer to PEP 508.
37 """
38
39
40class UndefinedComparison(ValueError):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected