mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-21 19:32:13 +08:00
Bump mypy to 1.11.1 (#12463)
This commit is contained in:
@@ -17,7 +17,7 @@ class DebugStackFrame(gateways.DebugStackFrame):
|
||||
def GetThread(self) -> None: ...
|
||||
def GetCodeContext(self): ...
|
||||
def GetDescriptionString(self, fLong): ...
|
||||
def GetLanguageString(self, fLong): ...
|
||||
def GetLanguageString(self, fLong): ... # type: ignore[override]
|
||||
def GetDebugProperty(self): ...
|
||||
|
||||
class DebugStackFrameSniffer:
|
||||
|
||||
Reference in New Issue
Block a user