MCPcopy Index your code
hub / github.com/aws/aws-cli / indent

Method indent

awscli/bcdoc/style.py:37–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 return '\n%s' % self.spaces()
36
37 def indent(self):
38 self._indent += 1
39
40 def dedent(self):
41 if self._indent > 0:

Callers 15

test_spacesMethod · 0.45
test_spacesMethod · 0.45
doc_optionMethod · 0.45
_do_doc_memberMethod · 0.45
_do_json_exampleMethod · 0.45
doc_global_optionsMethod · 0.45
start_noteMethod · 0.45
start_importantMethod · 0.45
start_dangerMethod · 0.45
start_ulMethod · 0.45
start_olMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_spacesMethod · 0.36
test_spacesMethod · 0.36