Class WorkSpace
An on-disk workspace that tracks disposable work directories inside it. If a process crashes or another event left stale directories behind, this will be detected and the directories purged.
Declaration
class WorkSpace
source linkDocumentation
Methods
▶ def new_work_dir(self, **kwargs) Create and return a new WorkDir in this WorkSpace. Either the *prefix* or *name* parameter should be given (*prefix* is preferred as it avoids potential collisions)
Reexports