constants.py 268 B

123456
  1. import numpy as np
  2. np.Inf = np.Inf # E: Cannot assign to final
  3. np.ALLOW_THREADS = np.ALLOW_THREADS # E: Cannot assign to final
  4. np.little_endian = np.little_endian # E: Cannot assign to final
  5. np.UFUNC_PYVALS_NAME = np.UFUNC_PYVALS_NAME # E: Cannot assign to final