Skip to content

clean

clean module-attribute

clean: CleanCLI = CleanCLI()

CleanCLI

Clean up things.

cache classmethod

cache(subdirectory: str = 'python', root: str = 'micromechanical')

Clean up caches.

PARAMETER DESCRIPTION
subdirectory

The subdirectory under the root directory to clean up, by default "python"

TYPE: str DEFAULT: 'python'

root

The root directory to clean up, by default "micromechanical" which is the root of the current project

TYPE: str DEFAULT: 'micromechanical'