MCPcopy 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_lstripMethod · 0.95
test_lstripMethod · 0.95
validate_cli_commandMethod · 0.45
_unpack_complex_cli_argFunction · 0.45
get_completionsMethod · 0.45
_get_cli_nameFunction · 0.45
_upperFunction · 0.45
is_aws_owned_domainFunction · 0.45
create_filterFunction · 0.45
_update_subattributesMethod · 0.45
parse_s3_urlFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_lstripMethod · 0.76
test_lstripMethod · 0.76
validate_cli_commandMethod · 0.36