Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ lstrip
Method
lstrip
awscli/bcdoc/docstringparser.py:186–187 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
184
self.data = data
185
186
def
lstrip(self):
187
self.data = self.data.lstrip()
188
189
def
write(self, doc):
190
if
not self.data:
Callers
13
test_lstrip
Method · 0.95
test_lstrip
Method · 0.95
validate_cli_command
Method · 0.45
_unpack_complex_cli_arg
Function · 0.45
get_completions
Method · 0.45
_get_cli_name
Function · 0.45
_upper
Function · 0.45
is_aws_owned_domain
Function · 0.45
create_filter
Function · 0.45
_update_section_contents
Method · 0.45
_update_subattributes
Method · 0.45
parse_s3_url
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_lstrip
Method · 0.76
test_lstrip
Method · 0.76
validate_cli_command
Method · 0.36