Scratch#
- class pyedb.generic.filesystem.Scratch(local_path, permission=511, volatile=False)#
Class for managing a scratch directory.
Overview#
Import detail#
from pyedb.generic.filesystem import Scratch
Property detail#
Method detail#
- Scratch.__exit__(exc_type: type[BaseException] | None, exc_value: BaseException | None, traceback: types.TracebackType | None) None#
- Scratch.copyfile(src_file: str, dst_filename: str | None = None) str#
Copy a file to the scratch directory.