mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
platform, tarfile, io: Python 3.13 updates (#12056)
This commit is contained in:
@@ -75,7 +75,7 @@ class IOBase(metaclass=abc.ABCMeta):
|
||||
def __del__(self) -> None: ...
|
||||
@property
|
||||
def closed(self) -> bool: ...
|
||||
def _checkClosed(self, msg: str | None = ...) -> None: ... # undocumented
|
||||
def _checkClosed(self) -> None: ... # undocumented
|
||||
|
||||
class RawIOBase(IOBase):
|
||||
def readall(self) -> bytes: ...
|
||||
|
||||
Reference in New Issue
Block a user