Coverage for numpy\version.py : 0%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# THIS FILE IS GENERATED FROM NUMPY SETUP.PY # # To compare versions robustly, use `numpy.lib.NumpyVersion` short_version = '1.16.4' version = '1.16.4' full_version = '1.16.4' git_revision = 'a306a62e96e631ef859da5d27d7190aea4a1099a' release = True
if not release: version = full_version |