Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-12-20 16:33:11 +07:00
parent c4fc517583
commit 8fdb814bf9
2 changed files with 4 additions and 1 deletions

View File

@@ -9,7 +9,9 @@ MANIFEST_NAMES: tuple[str, ...]
README: list[str]
class UpgradeHook:
def find_module(self, name: str, path: Any | None = ...) -> UpgradeHook | None: ...
def find_spec(
self, fullname: str, path: Any | None = ..., target: Any | None = ...
): ...
def load_module(self, name: str) -> ModuleType | None: ...
def initialize_sys_path() -> None: ...

View File

@@ -13,6 +13,7 @@ TERM_OPERATORS: tuple[str, ...]
NEGATIVE_TERM_OPERATORS: tuple[str, ...]
DOMAIN_OPERATORS_NEGATION: dict[str, str]
TERM_OPERATORS_NEGATION: dict[str, str]
WILDCARD_OPERATORS: tuple[str, ...]
ANY_IN: dict[str, str]
TRUE_LEAF: tuple
FALSE_LEAF: tuple