mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-11 14:31:55 +08:00
sre_parse.SubPattern.getwidth: return a tuple of ints (#7951)
This commit is contained in:
@@ -65,7 +65,7 @@ class SubPattern:
|
||||
def __setitem__(self, index: int | slice, code: _CodeType) -> None: ...
|
||||
def insert(self, index: int, code: _CodeType) -> None: ...
|
||||
def append(self, code: _CodeType) -> None: ...
|
||||
def getwidth(self) -> int: ...
|
||||
def getwidth(self) -> tuple[int, int]: ...
|
||||
|
||||
class Tokenizer:
|
||||
istext: bool
|
||||
|
||||
Reference in New Issue
Block a user