mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-22 20:36:37 +00:00
13 lines
324 B
Python
13 lines
324 B
Python
__all__: list[str] = []
|
|
|
|
# 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: ...
|
|
|
|
|