Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ lstrip
Method
lstrip
Lib/collections/__init__.py:1588–1589 ·
view source on GitHub ↗
(self, chars=None)
Source
from the content-addressed store, hash-verified
1586
return
self.__class__(self.data.lower())
1587
1588
def
lstrip(self, chars=None):
1589
return
self.__class__(self.data.lstrip(chars))
1590
1591
maketrans = str.maketrans
1592
Callers
15
literal_eval
Function · 0.45
_slotnames
Function · 0.45
_check_url
Method · 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
Calls
1
__class__
Method · 0.45
Tested by
1
_unpack_src
Method · 0.36