module documentation
(source)

Undocumented

Class ​Fake​FSCache Undocumented
Class ​Source​Finder​Suite Undocumented
Function crawl Undocumented
Function find​_sources Undocumented
Function find​_sources​_in​_dir Undocumented
Function normalise​_build​_source​_list Undocumented
Function normalise​_path Undocumented
def crawl(finder, f): (source)

Undocumented

Parameters
finder:SourceFinderUndocumented
f:strUndocumented
Returns
Tuple[str, str]Undocumented
def find_sources(paths, options, fscache): (source)

Undocumented

Parameters
paths:List[str]Undocumented
options:OptionsUndocumented
fscache:FileSystemCacheUndocumented
Returns
List[Tuple[str, Optional[str]]]Undocumented
def find_sources_in_dir(finder, f): (source)

Undocumented

Parameters
finder:SourceFinderUndocumented
f:strUndocumented
Returns
List[Tuple[str, Optional[str]]]Undocumented
def normalise_build_source_list(sources): (source)

Undocumented

Parameters
sources:List[BuildSource]Undocumented
Returns
List[Tuple[str, Optional[str]]]Undocumented
def normalise_path(path): (source)

Undocumented

Parameters
path:strUndocumented
Returns
strUndocumented