bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / testing / _private / utils / tempdir
function
numpy.testing._private.utils:tempdir
source: build-install/usr/lib/python3.14/site-packages/numpy/testing/_private/utils.py :2177
Signature
def tempdir ( * args , ** kwargs ) Summary
Context manager to provide a temporary test folder.
Extended Summary
All arguments are passed as this to the underlying tempfile.mkdtemp function.
Aliases
-
numpy.testing.tempdir