Update stubtest for final checking (#7312)

Co-authored-by: hauntsaninja <>
This commit is contained in:
Shantanu
2022-02-19 18:53:15 -08:00
committed by GitHub
parent 06a2024422
commit 823592e100
8 changed files with 7 additions and 7 deletions

View File

@@ -103,6 +103,7 @@ if sys.platform != "linux" and sys.platform != "win32":
KQ_NOTE_WRITE: int
if sys.platform == "linux":
@final
class epoll:
def __init__(self, sizehint: int = ..., flags: int = ...) -> None: ...
def __enter__(self: Self) -> Self: ...