mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Remove unnecessary __methods__
This commit is contained in:
@@ -55,13 +55,7 @@ PI = ... # type: Callable[..., Element]
|
||||
class QName:
|
||||
text = ... # type: str
|
||||
def __init__(self, text_or_uri: str, tag: str=...) -> None: ...
|
||||
def __hash__(self) -> int: ...
|
||||
def __le__(self, other: Union[str, QName]) -> bool: ...
|
||||
def __lt__(self, other: Union[str, QName]) -> bool: ...
|
||||
def __ge__(self, other: Union[str, QName]) -> bool: ...
|
||||
def __gt__(self, other: Union[str, QName]) -> bool: ...
|
||||
def __eq__(self, other: Union[str, QName]) -> bool: ...
|
||||
def __ne__(self, other: Union[str, QName]) -> bool: ...
|
||||
|
||||
|
||||
_file_or_filename = Union[str, bytes, int, IO[Any]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user