MCPcopy 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

_unbindMethod · 0.45
mainFunction · 0.45
get_hashMethod · 0.45
get_outputMethod · 0.45
test_dump_ext_modulesMethod · 0.45

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected