mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
PageElement.find_all() can return any subclass of PageElement (#6081)
This commit is contained in:
@@ -319,7 +319,7 @@ class Tag(PageElement):
|
||||
text: _Strainable | None = ...,
|
||||
limit: int | None = ...,
|
||||
**kwargs: _Strainable,
|
||||
) -> ResultSet[PageElement]: ...
|
||||
) -> ResultSet[Any]: ...
|
||||
__call__ = find_all
|
||||
findAll = find_all
|
||||
findChildren = find_all
|
||||
|
||||
Reference in New Issue
Block a user