mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Add __all__ for modules beginning with 'h' and 'i' (#7327)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
from _typeshed import StrPath
|
||||
from typing import Any, BinaryIO, Callable, Protocol, overload
|
||||
|
||||
__all__ = ["what"]
|
||||
|
||||
class _ReadableBinary(Protocol):
|
||||
def tell(self) -> int: ...
|
||||
def read(self, size: int) -> bytes: ...
|
||||
|
||||
Reference in New Issue
Block a user