mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-19 18:31:14 +08:00
stdlib: Add many missing dunder overrides (#7231)
This commit is contained in:
@@ -82,6 +82,7 @@ class TestCase:
|
||||
# undocumented
|
||||
_testMethodDoc: str
|
||||
def __init__(self, methodName: str = ...) -> None: ...
|
||||
def __eq__(self, other: object) -> bool: ...
|
||||
def setUp(self) -> None: ...
|
||||
def tearDown(self) -> None: ...
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user