Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ write
Method
write
awscli/bcdoc/docstringparser.py:93–94 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
91
self.current_node.add_child(DataNode(data))
92
93
def
write(self):
94
self.head.write(self.doc)
95
96
97
class
Node:
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected