constants.pyi 286 B

1234567
  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 = "bob" # E: Incompatible types
  6. np.CLIP = 2 # E: Incompatible types