ajustador.utilities¶
-
ajustador.utilities.
cached
(function)[source]¶ A decorator to store the return values of a function in a cache
ajustador.compat¶
-
class
ajustador.compat.
TemporaryDirectory
(suffix='', prefix='tmp', dir=None)[source]¶ Create and return a temporary directory. This has the same behavior as mkdtemp but can be used as a context manager. For example:
- with TemporaryDirectory() as tmpdir:
- …
Upon exiting the context, the directory and everything contained in it are removed.
-
name
= None¶