mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-13 03:21:07 +08:00
Replace Incomplete | None = None in third party stubs (#14063)
This commit is contained in:
@@ -34,7 +34,7 @@ if sys.platform == "win32":
|
||||
pos: int
|
||||
filemap: Incomplete
|
||||
view: Incomplete
|
||||
def __init__(self, name: str, length: int, security_attributes: Incomplete | None = None) -> None: ...
|
||||
def __init__(self, name: str, length: int, security_attributes=None) -> None: ...
|
||||
def __enter__(self) -> Self: ...
|
||||
def seek(self, pos: int) -> None: ...
|
||||
def write(self, msg: bytes) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user