File size: 315 Bytes
ba8d952
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import typing


# Functions
def addSamplesDataSearchPath(path: str) -> None: ...

def addSamplesDataSearchSubDirectory(subdir: str) -> None: ...

def findFile(relative_path: str, required: bool = ..., silentMode: bool = ...) -> str: ...

def findFileOrKeep(relative_path: str, silentMode: bool = ...) -> str: ...