Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ ClientMethodDocstring
Class
ClientMethodDocstring
awscli/botocore/docs/docstring.py:85–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
84
85
class
ClientMethodDocstring(LazyLoadedDocstring):
86
def
_write_docstring(self, *args, **kwargs):
87
document_model_driven_method(*args, **kwargs)
88
89
90
class
WaiterDocstring(LazyLoadedDocstring):
Callers
2
test_use_correct_docstring_writer
Method · 0.90
_create_api_method
Method · 0.90
Calls
no outgoing calls
Tested by
1
test_use_correct_docstring_writer
Method · 0.72