Files
odoo-stubs/odoo-stubs/tools/osutil.pyi
2021-08-30 22:01:51 +07:00

16 lines
534 B
Python

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