Files
odoo-stubs/odoo-stubs/tools/osutil.pyi
Trinh Anh Ngoc b7acd65ad8 Update stubs
2020-05-31 10:56:34 +07:00

17 lines
463 B
Python

import ctypes
from typing import Any, Optional
_logger: Any
def listdir(dir: Any, recursive: bool = ...): ...
def walksymlinks(top: Any, topdown: bool = ..., onerror: Optional[Any] = ...): ...
def tempdir() -> None: ...
def zip_dir(path: Any, stream: Any, include_dir: bool = ..., fnct_sort: Optional[Any] = ...) -> None: ...
getppid: Any
is_running_as_nt_service: Any
_TH32CS_SNAPPROCESS: int
class _PROCESSENTRY32(ctypes.Structure):
_fields_: Any = ...