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 1ad7a3d commit 6e3cccfCopy full SHA for 6e3cccf
graalpython/lib-graalpython/bytearray.py
@@ -47,3 +47,4 @@ def strip(self, what=None):
47
48
49
bytearray.strip = strip
50
+bytearray.rfind = bytes.rfind
0 commit comments