mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-24 17:28:40 +08:00
Annotate known magic-method return types (#9131)
This commit is contained in:
@@ -79,7 +79,7 @@ class ErrorTree:
|
||||
def __getitem__(self, index): ...
|
||||
def __setitem__(self, index, value) -> None: ...
|
||||
def __iter__(self): ...
|
||||
def __len__(self): ...
|
||||
def __len__(self) -> int: ...
|
||||
@property
|
||||
def total_errors(self): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user