__init__.pyi 223 B

1234567891011121314
  1. __all__: list[str] = []
  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: ...