mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 19:12:31 +08:00
Add __all__ part 2 (#13719)
--------- Co-authored-by: Avasam <samuel.06@hotmail.com>
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
# TODO: missing from stub
|
||||
polib.__all__
|
||||
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user