Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ find
Method
find
Lib/test/test_bytes.py:2594–2597 ·
view source on GitHub ↗
(b, a)
Source
from the content-addressed store, hash-verified
2592
a.decode()
2593
2594
def
find(b, a):
2595
c = bytearray(b
'0'
* 0x40000)
2596
b.wait()
2597
a.find(c)
2598
2599
def
hex(b, a):
2600
b.wait()
Callers
15
test_run_module_bug1764407
Method · 0.45
test_find
Method · 0.45
test_find_many_lengths
Method · 0.45
test_specials
Method · 0.45
test_properties
Method · 0.45
fromfile
Method · 0.45
test_find
Method · 0.45
test_none_arguments
Method · 0.45
test_cgi_xmlrpc_response
Method · 0.45
test_find
Method · 0.45
testHostnameRes
Method · 0.45
found_terminator
Method · 0.45
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected