MCPcopy Index your code
hub / github.com/python/cpython / lstrip

Method lstrip

Lib/test/test_bytes.py:2635–2637  ·  view source on GitHub ↗
(b, a)

Source from the content-addressed store, hash-verified

2633 assert False
2634
2635 def lstrip(b, a):
2636 b.wait()
2637 assert not a.lstrip(b'0')
2638
2639 def partition(b, a):
2640 b.wait()

Callers 15

element_namesMethod · 0.45
element_optionsMethod · 0.45
ismethodMethod · 0.45
checkModuleMethod · 0.45
__getattr__Method · 0.45
test_strip_bytearrayMethod · 0.45
test_bit_lengthMethod · 0.45
_test_capitalizeMethod · 0.45
test_lstripMethod · 0.45
assertSpecializedMethod · 0.45

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected