mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 19:01:15 +08:00
Remove Python 3.7 branches (#11238)
This commit is contained in:
@@ -240,8 +240,7 @@ class FrameSummary(Iterable[Any]):
|
||||
def __getitem__(self, pos: int) -> Any: ...
|
||||
def __iter__(self) -> Iterator[Any]: ...
|
||||
def __eq__(self, other: object) -> bool: ...
|
||||
if sys.version_info >= (3, 8):
|
||||
def __len__(self) -> Literal[4]: ...
|
||||
def __len__(self) -> Literal[4]: ...
|
||||
|
||||
class StackSummary(list[FrameSummary]):
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user