mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-14 03:51:06 +08:00
Consistently use '= ...' for optional parameters.
This commit is contained in:
@@ -8,4 +8,4 @@ FD_CLOEXEC = 0
|
||||
F_GETFD = 0
|
||||
F_SETFD = 0
|
||||
|
||||
def fcntl(fd: int, op: int, arg: int = 0) -> int: ...
|
||||
def fcntl(fd: int, op: int, arg: int = ...) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user