mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-02 14:10:23 +08:00
committed by
Ivan Levkivskyi
parent
7c3edba6ce
commit
0393de4bd7
+1
-1
@@ -348,7 +348,7 @@ class TextIO(IO[unicode]):
|
||||
@abstractmethod
|
||||
def __enter__(self) -> TextIO: ...
|
||||
|
||||
class ByteString(Sequence[int]): ...
|
||||
class ByteString(Sequence[int], metaclass=ABCMeta): ...
|
||||
|
||||
class Match(Generic[AnyStr]):
|
||||
pos = 0
|
||||
|
||||
Reference in New Issue
Block a user