Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ _write_children
Method
_write_children
awscli/bcdoc/docstringparser.py:117–119 ·
view source on GitHub ↗
(self, doc)
Source
from the content-addressed store, hash-verified
115
self._write_children(doc)
116
117
def
_write_children(self, doc):
118
for
child in self.children:
119
child.write(doc)
120
121
122
class
TagNode(StemNode):
Callers
2
write
Method · 0.95
write
Method · 0.45
Calls
1
write
Method · 0.45
Tested by
no test coverage detected