mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-03 10:03:32 +08:00
google-cloud-ndb, paramiko, setuptools: remove unnecessary = ...s (#10011)
This commit is contained in:
@@ -30,10 +30,10 @@ if sys.platform == "win32":
|
||||
class MemoryMap:
|
||||
name: str
|
||||
length: int
|
||||
security_attributes: Any = ...
|
||||
security_attributes: Incomplete | None
|
||||
pos: int
|
||||
filemap: Any = ...
|
||||
view: Any = ...
|
||||
filemap: Incomplete
|
||||
view: Incomplete
|
||||
def __init__(self, name: str, length: int, security_attributes: Incomplete | None = None) -> None: ...
|
||||
def __enter__(self) -> Self: ...
|
||||
def seek(self, pos: int) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user