Spaces:
NSOUP
/
No application file

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


# Functions
def getIppVersion() -> str: ...

def setUseIPP(flag: bool) -> None: ...

def setUseIPP_NotExact(flag: bool) -> None: ...

def useIPP() -> bool: ...

def useIPP_NotExact() -> bool: ...