Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ rfind
Method
rfind
Lib/test/test_bytes.py:2651–2653 ·
view source on GitHub ↗
(b, a)
Source
from the content-addressed store, hash-verified
2649
assert not a.removesuffix(b
'0'
)
2650
2651
def
rfind(b, a):
2652
b.wait()
2653
assert a.rfind(b
'\xdd'
) == -1
2654
2655
def
rindex(b, a):
2656
b.wait()
Callers
9
test_rfind
Method · 0.45
test_rfind
Method · 0.45
test_none_arguments
Method · 0.45
test_rfind
Method · 0.45
_setUp
Method · 0.45
test_rfind
Method · 0.45
handle
Method · 0.45
find_and_rfind
Method · 0.45
smtpd.py
File · 0.45
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected