MCPcopy Create free account
hub / github.com/aws/aws-cli / _create_docstring

Method _create_docstring

awscli/botocore/docs/docstring.py:75–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73 return self._docstring
74
75 def _create_docstring(self):
76 docstring_structure = DocumentStructure('docstring', target='html')
77 # Call the document method function with the args and kwargs
78 # passed to the class.
79 self._write_docstring(
80 docstring_structure, *self._gen_args, **self._gen_kwargs
81 )
82 return docstring_structure.flush_structure().decode('utf-8')
83
84
85class ClientMethodDocstring(LazyLoadedDocstring):

Callers 1

_generateMethod · 0.95

Calls 4

_write_docstringMethod · 0.95
flush_structureMethod · 0.95
DocumentStructureClass · 0.90
decodeMethod · 0.80

Tested by

no test coverage detected