Inheritance diagram for nipy.utils.tmpdirs:
Contexts for with statement providing temporary directories
Bases: nipy.utils.tmpdirs.TemporaryDirectory
Create, return, and change directory to a temporary directory
Methods
cleanup |
Bases: object
Create and return a temporary directory. This has the same behavior as mkdtemp but can be used as a context manager.
Upon exiting the context, the directory and everthing contained in it are removed.
Methods
cleanup |