Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
def
format_text(data, stream):
16
_format_text(data, stream)
17
18
19
def
_format_text(item, stream, identifier=None, scalar_keys=None):
Callers
nothing calls this directly
Calls
1
_format_text
Function · 0.85
Tested by
no test coverage detected