initial commit
This commit is contained in:
12
venv/lib/python3.11/site-packages/cv2/samples/__init__.pyi
Normal file
12
venv/lib/python3.11/site-packages/cv2/samples/__init__.pyi
Normal file
@@ -0,0 +1,12 @@
|
||||
__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: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user