tyrannosaurus.clean

Module that cleans up temporary files.

Original source: https://github.com/dmyersturnbull/tyrannosaurus Copyright 2020–2021 Douglas Myers-Turnbull Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0

Module Contents

class tyrannosaurus.clean.Clean(dists: bool, aggressive: bool, hard_delete: bool, dry_run: bool)
clean(path: pathlib.Path) Sequence[Tuple[pathlib.Path, Optional[pathlib.Path]]]