MCPcopy Index your code
hub / github.com/aws/aws-cli / _write_docstring

Method _write_docstring

awscli/botocore/docs/docstring.py:91–92  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

89
90class WaiterDocstring(LazyLoadedDocstring):
91 def _write_docstring(self, *args, **kwargs):
92 document_wait_method(*args, **kwargs)
93
94
95class PaginatorDocstring(LazyLoadedDocstring):

Callers

nothing calls this directly

Calls 1

document_wait_methodFunction · 0.90

Tested by

no test coverage detected