Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ writeln
Method
writeln
awscli/bcdoc/restdoc.py:45–49 ·
view source on GitHub ↗
Write content on a newline.
(self, content)
Source
from the content-addressed store, hash-verified
43
self._write(content)
44
45
def
writeln(self, content):
46
""
"
47
Write content on a newline.
48
""
"
49
self._write(
'%s%s\n'
% (self.style.spaces(), content))
50
51
def
peek_write(self):
52
""
"
Callers
15
test_writeln
Method · 0.95
test_remove_doc_string
Method · 0.95
test_writeln
Method · 0.95
test_remove_doc_string
Method · 0.95
write_from_file
Method · 0.95
test_appends_documentation
Method · 0.45
test_flush_structure
Method · 0.45
test_flush_structure_hrefs
Method · 0.45
test_flush_structure
Method · 0.45
test_flush_structure_hrefs
Method · 0.45
doc_breadcrumbs
Method · 0.45
doc_title
Method · 0.45
Calls
2
_write
Method · 0.95
spaces
Method · 0.45
Tested by
9
test_writeln
Method · 0.76
test_remove_doc_string
Method · 0.76
test_writeln
Method · 0.76
test_remove_doc_string
Method · 0.76
test_appends_documentation
Method · 0.36
test_flush_structure
Method · 0.36
test_flush_structure_hrefs
Method · 0.36
test_flush_structure
Method · 0.36
test_flush_structure_hrefs
Method · 0.36