yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
build_cleaner.DirectorySpec Class Reference
Collaboration diagram for build_cleaner.DirectorySpec:

Public Member Functions

Iterable[Path] iter_files (self)
 

Static Public Attributes

Path path
 
bool recursive = True
 
Sequence extensions = SUPPORTED_EXTENSIONS
 

Detailed Description

Definition at line 21 of file build_cleaner.py.

Member Function Documentation

◆ iter_files()

Iterable[Path] build_cleaner.DirectorySpec.iter_files (   self)

Member Data Documentation

◆ path

Path build_cleaner.DirectorySpec.path
static

Definition at line 22 of file build_cleaner.py.

Referenced by build_cleaner.DirectorySpec.iter_files().

◆ recursive

bool build_cleaner.DirectorySpec.recursive = True
static

Definition at line 23 of file build_cleaner.py.

Referenced by build_cleaner.DirectorySpec.iter_files().

◆ extensions

Sequence build_cleaner.DirectorySpec.extensions = SUPPORTED_EXTENSIONS
static

Definition at line 24 of file build_cleaner.py.

Referenced by build_cleaner.DirectorySpec.iter_files().


The documentation for this class was generated from the following file: