7 lines
129 B
Python
7 lines
129 B
Python
|
__all__: list[str] = []
|
||
|
|
||
|
# Functions
|
||
|
def setParallelForBackend(backendName: str, propagateNumThreads: bool = ...) -> bool: ...
|
||
|
|
||
|
|