Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_spaces
Method · 0.45
test_spaces
Method · 0.45
doc_option
Method · 0.45
_do_doc_member
Method · 0.45
_do_json_example
Method · 0.45
_doc_input_structure_members
Method · 0.45
doc_global_options
Method · 0.45
start_note
Method · 0.45
start_important
Method · 0.45
start_danger
Method · 0.45
start_ul
Method · 0.45
start_ol
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_spaces
Method · 0.36
test_spaces
Method · 0.36