Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ startswith
Method
startswith
Lib/test/test_bytes.py:2682–2684 ·
view source on GitHub ↗
(b, a)
Source
from the content-addressed store, hash-verified
2680
assert l > 1 or l == 0
2681
2682
def
startswith(b, a):
2683
b.wait()
2684
assert not a.startswith(b
'\xdd'
)
2685
2686
def
strip(b, a):
2687
b.wait()
Callers
15
_unbind
Method · 0.45
__init__.py
File · 0.45
_list_from_layouttuple
Function · 0.45
wait_impl
Method · 0.45
search_function
Method · 0.45
run_perf
Method · 0.45
_run_thread_status_test
Method · 0.45
test_thread_status_all_mode_detection
Method · 0.45
_run_exception_test_process
Method · 0.45
_run_scenario_process
Method · 0.45
__getattribute__
Method · 0.45
hook
Function · 0.45
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected