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

Function format_text

awscli/text.py:15–16  ·  view source on GitHub ↗
(data, stream)

Source from the content-addressed store, hash-verified

13
14
15def format_text(data, stream):
16 _format_text(data, stream)
17
18
19def _format_text(item, stream, identifier=None, scalar_keys=None):

Callers

nothing calls this directly

Calls 1

_format_textFunction · 0.85

Tested by

no test coverage detected