mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 13:02:22 +08:00
stdlib: Add many missing dunder overrides (#7231)
This commit is contained in:
@@ -115,6 +115,7 @@ class QName:
|
||||
def __le__(self, other: QName | str) -> bool: ...
|
||||
def __gt__(self, other: QName | str) -> bool: ...
|
||||
def __ge__(self, other: QName | str) -> bool: ...
|
||||
def __eq__(self, other: object) -> bool: ...
|
||||
|
||||
class ElementTree:
|
||||
def __init__(self, element: Element | None = ..., file: _File | None = ...) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user