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 3e347b1 commit f0bdaf4Copy full SHA for f0bdaf4
mypyc/test-data/irbuild-bytes.test
@@ -261,25 +261,3 @@ L0:
261
r0 = b'_'
262
r1 = CPyBytes_Ljust(b, 20, r0)
263
return r1
264
-
265
-[case testBytesRjustNoPad]
266
-def f(b: bytes) -> bytes:
267
- return b.rjust(2)
268
-[out]
269
-def f(b):
270
- b :: bytes
271
- r0 :: bytes
272
-L0:
273
- r0 = b.rjust(2, b' ')
274
- return r0
275
276
-[case testBytesLjustNoPad]
277
278
- return b.ljust(1)
279
280
281
282
283
284
- r0 = b.ljust(1, b' ')
285
0 commit comments