MCPcopy Index your code
hub / github.com/numpy/numpy / _pep440.py

File _pep440.py

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

Source from the content-addressed store, hash-verified

1"""Utility to compare pep440 compatible version strings.
2
3The LooseVersion and StrictVersion classes that distutils provides don't
4work; they don't recognize anything like alpha/beta/rc/dev versions.

Callers

nothing calls this directly

Calls 3

InfinityClass · 0.85
NegativeInfinityClass · 0.85
compileMethod · 0.45

Tested by

no test coverage detected