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

Method _write_docstring

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

Source from the content-addressed store, hash-verified

94
95class PaginatorDocstring(LazyLoadedDocstring):
96 def _write_docstring(self, *args, **kwargs):
97 document_paginate_method(*args, **kwargs)

Callers

nothing calls this directly

Calls 1

document_paginate_methodFunction · 0.90

Tested by

no test coverage detected