__init__.pyi 214 B

123456789101112131415
  1. import typing
  2. # Functions
  3. def getIppVersion() -> str: ...
  4. def setUseIPP(flag: bool) -> None: ...
  5. def setUseIPP_NotExact(flag: bool) -> None: ...
  6. def useIPP() -> bool: ...
  7. def useIPP_NotExact() -> bool: ...