MCPcopy Index your code
hub / github.com/numpy/numpy / InvalidVersion

Class InvalidVersion

numpy/_utils/_pep440.py:128–131  ·  view source on GitHub ↗

An invalid version was found, users should refer to PEP 440.

Source from the content-addressed store, hash-verified

126
127
128class InvalidVersion(ValueError):
129 """
130 An invalid version was found, users should refer to PEP 440.
131 """
132
133
134class _BaseVersion:

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…