Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ rsplit
Method
rsplit
Lib/test/test_bytes.py:2665–2667 ·
view source on GitHub ↗
(b, a)
Source
from the content-addressed store, hash-verified
2663
assert not a.rpartition(b
'\xdd'
)[0]
2664
2665
def
rsplit(b, a):
2666
b.wait()
2667
assert len(a.rsplit(b
'\xdd'
)) == 1
2668
2669
def
rstrip(b, a):
2670
b.wait()
Callers
15
create_module
Method · 0.45
test_rsplit_unicodewhitespace
Method · 0.45
test_search_methods_reentrancy_raises_buffererror
Method · 0.45
test_rsplit_bytearray
Method · 0.45
do_profiling
Method · 0.45
test_xml_c14n2
Method · 0.45
__init__
Method · 0.45
touch_zone
Method · 0.45
get_zoneinfo_metadata
Function · 0.45
test_show_warning_output
Method · 0.45
test_native_frames_enabled
Method · 0.45
test_sampling_with_collapsed_export
Method · 0.45
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected