nibabel.tmpdirs

Contexts for with statement providing temporary directories

Classes

InGivenDirectory([path])

Change directory to given directory for duration of with block

InTemporaryDirectory([suffix, prefix, dir])

Create, return, and change directory to a temporary directory

TemporaryDirectory([suffix, prefix, dir])

Create and return a temporary directory.