This is a pre-release version (2.5.0.dev0+git20251130.2de293a). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / ma / core / _DomainCheckInterval

class

numpy.ma.core:_DomainCheckInterval

source: build-install/usr/lib/python3.14/site-packages/numpy/ma/core.py :836

Signature

class   _DomainCheckInterval ( a b )

Members

Summary

Define a valid interval, so that :

Extended Summary

domain_check_interval(a,b)(x) == True where x < a or x > b.

Aliases

  • numpy.ma.core._DomainCheckInterval