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

Method _generate

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

Source from the content-addressed store, hash-verified

67 __repr__ = __str__
68
69 def _generate(self):
70 # Generate the docstring if it is not already cached.
71 if self._docstring is None:
72 self._docstring = self._create_docstring()
73 return self._docstring
74
75 def _create_docstring(self):
76 docstring_structure = DocumentStructure('docstring', target='html')

Callers 2

expandtabsMethod · 0.95
__str__Method · 0.95

Calls 1

_create_docstringMethod · 0.95

Tested by

no test coverage detected