Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ rstrip
Method
rstrip
Lib/test/test_bytes.py:2669–2671 ·
view source on GitHub ↗
(b, a)
Source
from the content-addressed store, hash-verified
2667
assert len(a.rsplit(b
'\xdd'
)) == 1
2668
2669
def
rstrip(b, a):
2670
b.wait()
2671
assert not a.rstrip(b
'0'
)
2672
2673
def
split(b, a):
2674
b.wait()
Callers
15
test_macros
Method · 0.45
test_inplace_encoding_errors
Method · 0.45
test_struct_cleans_up_at_runtime_shutdown
Method · 0.45
test_disabled_by_default
Method · 0.45
test_sys_xoptions
Method · 0.45
test_env_var
Method · 0.45
test_stdout_none
Method · 0.45
test_stdout_filedes_of_stdout
Method · 0.45
test_undecodable_env
Method · 0.45
logcat_thread
Method · 0.45
test_is_finalizing
Method · 0.45
test_sys_ignores_cleaning_up_user_data
Method · 0.45
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected