Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_names
Method · 0.45
element_options
Method · 0.45
TestArgumentsFromFile
Class · 0.45
ismethod
Method · 0.45
checkModule
Method · 0.45
__getattr__
Method · 0.45
test_basic_inheritance
Method · 0.45
test_strip_bytearray
Method · 0.45
test_bit_length
Method · 0.45
_test_capitalize
Method · 0.45
test_lstrip
Method · 0.45
assertSpecialized
Method · 0.45
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected