MCPcopy 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_evalFunction · 0.45
_slotnamesFunction · 0.45
indentsizeFunction · 0.45
cleandocFunction · 0.45
getcommentsFunction · 0.45
output_lineMethod · 0.45
_should_show_caretsMethod · 0.45
_format_syntax_errorMethod · 0.45
completeMethod · 0.45
_get_filtered_attrsFunction · 0.45
gettarinfoMethod · 0.45
_get_optional_kwargsMethod · 0.45

Calls 1

__class__Method · 0.45

Tested by 15

ismethodMethod · 0.36
checkModuleMethod · 0.36
__getattr__Method · 0.36
test_strip_bytearrayMethod · 0.36
test_bit_lengthMethod · 0.36
_test_capitalizeMethod · 0.36
test_lstripMethod · 0.36
assertSpecializedMethod · 0.36
assertS_ISMethod · 0.36
run_pyMethod · 0.36