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

Method _document_number

awscli/botocore/docs/sharedexample.py:175–176  ·  view source on GitHub ↗
(self, section, value, path)

Source from the content-addressed store, hash-verified

173 section.write(f"'{str(safe_value)}',")
174
175 def _document_number(self, section, value, path):
176 section.write(f"{str(value)},")
177
178 def _document_datetime(self, section, value, path):
179 datetime_tuple = parse_timestamp(value).timetuple()

Callers 1

_documentMethod · 0.95

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected