mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-24 03:51:52 +08:00
Add __all__ to most modules beginning with 'q', 'r' and 's' (#7364)
This commit is contained in:
@@ -2,6 +2,8 @@ import sys
|
||||
from _typeshed import ReadableBuffer, WriteableBuffer
|
||||
from typing import Any, Iterator
|
||||
|
||||
__all__ = ["calcsize", "pack", "pack_into", "unpack", "unpack_from", "iter_unpack", "Struct", "error"]
|
||||
|
||||
class error(Exception): ...
|
||||
|
||||
def pack(fmt: str | bytes, *v: Any) -> bytes: ...
|
||||
|
||||
Reference in New Issue
Block a user