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 9ffcf81 commit d966cd3Copy full SHA for d966cd3
mypy/typeshed/stubs/librt/librt/strings.pyi
@@ -4,7 +4,7 @@ from mypy_extensions import i64, i32, u8
4
5
@final
6
class BytesWriter:
7
- def append(self, /, x: int) -> None: ...
+ def append(self, x: int, /) -> None: ...
8
def write(self, b: bytes | bytearray, /) -> None: ...
9
def getvalue(self) -> bytes: ...
10
def truncate(self, size: i64, /) -> None: ...
0 commit comments