/ . / _chimera / PathFinder
PathFinder(p: PathFinder) -> PathFinder
attributes:
- dataRoot: str
- hideData: bool
- packageDotDefault: bool
- packageHomeDefault: bool
Methods
|
|
|
allExistingDirs
|
allExistingDirs (
self,
app,
file,
)
allExistingDirs(app: str, file: str) -> list of str
allExistingDirs(app: str, file: str, useDot: bool, useHome: bool) -> list of str
allExistingDirs(app: str, file: str, usePackageData: bool, useDot: bool, useHome: bool) -> list of str
|
|
firstExistingDir
|
firstExistingDir (
self,
app,
file,
)
firstExistingDir(app: str, file: str) -> str
firstExistingDir(app: str, file: str, useDot: bool, useHome: bool) -> str
firstExistingDir(app: str, file: str, usePackageData: bool, useDot: bool, useHome: bool) -> str
|
|
allExistingFiles
|
allExistingFiles (
self,
app,
file,
)
allExistingFiles(app: str, file: str) -> list of str
allExistingFiles(app: str, file: str, useDot: bool, useHome: bool) -> list of str
allExistingFiles(app: str, file: str, usePackageData: bool, useDot: bool, useHome: bool) -> list of str
|
|
firstExistingFile
|
firstExistingFile (
self,
app,
file,
)
firstExistingFile(app: str, file: str) -> str
firstExistingFile(app: str, file: str, useDot: bool, useHome: bool) -> str
firstExistingFile(app: str, file: str, usePackageData: bool, useDot: bool, useHome: bool) -> str
|
|
pathList
|
pathList (
self,
app,
file,
)
pathList(app: str, file: str) -> list of str
pathList(app: str, file: str, usePackageData: bool) -> list of str
pathList(app: str, file: str, usePackageData: bool, useDot: bool, useHome: bool) -> list of str
|
|
|