MCPcopy 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_rfindMethod · 0.45
test_rfindMethod · 0.45
test_none_argumentsMethod · 0.45
test_rfindMethod · 0.45
_setUpMethod · 0.45
test_rfindMethod · 0.45
handleMethod · 0.45
find_and_rfindMethod · 0.45
smtpd.pyFile · 0.45

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected