__init__.pyi 315 B

12345678910111213
  1. import typing
  2. # Functions
  3. def addSamplesDataSearchPath(path: str) -> None: ...
  4. def addSamplesDataSearchSubDirectory(subdir: str) -> None: ...
  5. def findFile(relative_path: str, required: bool = ..., silentMode: bool = ...) -> str: ...
  6. def findFileOrKeep(relative_path: str, silentMode: bool = ...) -> str: ...