Add __all__ part 2 (#13719)

---------

Co-authored-by: Avasam <samuel.06@hotmail.com>
This commit is contained in:
Semyon Moroz
2025-03-31 18:27:19 -04:00
committed by GitHub
co-authored by Avasam
parent 0104531422
commit a3c8fce58d
132 changed files with 1057 additions and 171 deletions
@@ -1,2 +0,0 @@
# TODO: missing from stub
polib.__all__
+13
View File
@@ -155,3 +155,16 @@ class _MOFileParser(Generic[_TM]):
def __init__(self, mofile: str, *args: Any, **kwargs: Any) -> None: ...
def __del__(self) -> None: ...
def parse(self) -> _TM: ...
__all__ = [
"pofile",
"POFile",
"POEntry",
"mofile",
"MOFile",
"MOEntry",
"default_encoding",
"escape",
"unescape",
"detect_encoding",
]