MCPcopy 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

_unbindMethod · 0.45
__init__.pyFile · 0.45
_list_from_layouttupleFunction · 0.45
wait_implMethod · 0.45
search_functionMethod · 0.45
run_perfMethod · 0.45
_run_scenario_processMethod · 0.45
__getattribute__Method · 0.45
hookFunction · 0.45

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected