mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
12 lines
314 B
Python
12 lines
314 B
Python
from typing import Any
|
|
|
|
def listdir(dir, recursive: bool = ...): ...
|
|
def walksymlinks(top, topdown: bool = ..., onerror: Any | None = ...): ...
|
|
def tempdir() -> None: ...
|
|
def zip_dir(
|
|
path, stream, include_dir: bool = ..., fnct_sort: Any | None = ...
|
|
) -> None: ...
|
|
|
|
getppid: Any
|
|
is_running_as_nt_service: Any
|