MCPcopy 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_findMethod · 0.45
test_specialsMethod · 0.45
test_propertiesMethod · 0.45
fromfileMethod · 0.45
test_findMethod · 0.45
test_none_argumentsMethod · 0.45
test_findMethod · 0.45
testHostnameResMethod · 0.45
found_terminatorMethod · 0.45

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected