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

Method _write_docstring

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

Source from the content-addressed store, hash-verified

41 return super().__new__(cls)
42
43 def _write_docstring(self, *args, **kwargs):
44 raise NotImplementedError(
45 '_write_docstring is not implemented. Please subclass from '
46 'this class and provide your own _write_docstring method'
47 )
48
49 def expandtabs(self, tabsize=8):
50 """Expands tabs to spaces

Callers 1

_create_docstringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected