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 284e368 commit d4b42c5Copy full SHA for d4b42c5
mypyc/test-data/irbuild-bytes.test
@@ -191,8 +191,7 @@ def f(b: bytes) -> bytes:
191
return b.rjust(6)
192
[out]
193
def f(b):
194
- b :: bytes
195
- r0 :: bytes
+ b, r0 :: bytes
196
L0:
197
r0 = CPyBytes_RjustDefaultFill(b, 12)
198
return r0
@@ -213,8 +212,7 @@ def f(b: bytes) -> bytes:
213
212
return b.ljust(7)
214
215
216
217
218
219
r0 = CPyBytes_LjustDefaultFill(b, 14)
220
0 commit comments