mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Bump mypy to 1.11.1 (#12463)
This commit is contained in:
@@ -15,7 +15,7 @@ class BoundMethodDispatcher(Mapping[Any, Any]):
|
||||
dispatcher: Any
|
||||
def __init__(self, instance, dispatcher) -> None: ...
|
||||
def __getitem__(self, key): ...
|
||||
def get(self, key, default): ...
|
||||
def get(self, key, default): ... # type: ignore[override]
|
||||
def __iter__(self): ...
|
||||
def __len__(self) -> int: ...
|
||||
def __contains__(self, key): ...
|
||||
|
||||
Reference in New Issue
Block a user