Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ lstrip
Method
lstrip
Lib/collections/__init__.py:1548–1549 ·
view source on GitHub ↗
(self, chars=None)
Source
from the content-addressed store, hash-verified
1546
return
self.__class__(self.data.lower())
1547
1548
def
lstrip(self, chars=None):
1549
return
self.__class__(self.data.lstrip(chars))
1550
1551
maketrans = str.maketrans
1552
Callers
15
literal_eval
Function · 0.45
_slotnames
Function · 0.45
indentsize
Function · 0.45
cleandoc
Function · 0.45
getcomments
Function · 0.45
output_line
Method · 0.45
_should_show_carets
Method · 0.45
_format_syntax_error
Method · 0.45
complete
Method · 0.45
_get_filtered_attrs
Function · 0.45
gettarinfo
Method · 0.45
_get_optional_kwargs
Method · 0.45
Calls
1
__class__
Method · 0.45
Tested by
15
ismethod
Method · 0.36
checkModule
Method · 0.36
__getattr__
Method · 0.36
test_basic_inheritance
Method · 0.36
test_strip_bytearray
Method · 0.36
test_bit_length
Method · 0.36
_test_capitalize
Method · 0.36
test_lstrip
Method · 0.36
assertSpecialized
Method · 0.36
test_syntax_error_various_offsets
Method · 0.36
assertS_IS
Method · 0.36
run_py
Method · 0.36