mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
stdlib: Add several missing comparison methods (#7202)
This commit is contained in:
@@ -92,6 +92,7 @@ class BaseHandler:
|
||||
parent: OpenerDirector
|
||||
def add_parent(self, parent: OpenerDirector) -> None: ...
|
||||
def close(self) -> None: ...
|
||||
def __lt__(self, other: object) -> bool: ...
|
||||
|
||||
class HTTPDefaultErrorHandler(BaseHandler):
|
||||
def http_error_default(
|
||||
|
||||
Reference in New Issue
Block a user