Skip to content

Commit 6e3cccf

Browse files
committed
simply alias bytearray.rfind to bytes.rfind
1 parent 1ad7a3d commit 6e3cccf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/lib-graalpython/bytearray.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ def strip(self, what=None):
4747

4848

4949
bytearray.strip = strip
50+
bytearray.rfind = bytes.rfind

0 commit comments

Comments
 (0)