mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 06:36:54 +08:00
Upgrade mypy to 0.990 (#9123)
This commit is contained in:
@@ -179,6 +179,7 @@ if sys.version_info >= (3, 9):
|
||||
self, mode: str, buffering: int = ..., encoding: str | None = ..., errors: str | None = ..., newline: str | None = ...
|
||||
) -> IO[Any]: ...
|
||||
@property
|
||||
@abstractmethod
|
||||
def name(self) -> str: ...
|
||||
@abstractmethod
|
||||
def __truediv__(self, child: str) -> Traversable: ...
|
||||
|
||||
Reference in New Issue
Block a user