mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-21 09:08:27 +08:00
committed by
Ivan Levkivskyi
parent
7c3edba6ce
commit
0393de4bd7
@@ -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