We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e571d1a commit 009b269Copy full SHA for 009b269
stdlib/3/fcntl.pyi
@@ -111,7 +111,7 @@ def ioctl(__fd: FileDescriptorLike,
111
def ioctl(__fd: FileDescriptorLike,
112
__request: int,
113
__arg: _ReadOnlyBuffer,
114
- __mutate_flag: bool) -> bytes: ...
+ __mutate_flag: bool = ...) -> bytes: ...
115
def flock(__fd: FileDescriptorLike, __operation: int) -> None: ...
116
def lockf(__fd: FileDescriptorLike,
117
__cmd: int,
0 commit comments