Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ strip
Method
strip
Lib/test/test_bytes.py:2686–2688 ·
view source on GitHub ↗
(b, a)
Source
from the content-addressed store, hash-verified
2684
assert not a.startswith(b
'\xdd'
)
2685
2686
def
strip(b, a):
2687
b.wait()
2688
assert not a.strip(b
'0'
)
2689
2690
def
repeat(b, a):
2691
b.wait()
Callers
15
_unbind
Method · 0.45
test_subinterpreter_stack_trace
Method · 0.45
test_multiple_subinterpreters_with_threads
Method · 0.45
test_datetime_weakref_cycle
Method · 0.45
test_gc_main_module_at_shutdown
Method · 0.45
test_gc_ordinary_module_at_shutdown
Method · 0.45
test_global_del_SystemExit
Method · 0.45
main
Function · 0.45
convert_arg_line_to_args
Method · 0.45
get_hash
Method · 0.45
get_output
Method · 0.45
test_dump_ext_modules
Method · 0.45
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected