Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ escape_controls
Function
escape_controls
awscli/botocore/docs/utils.py:224–225 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
222
223
224
def
escape_controls(value):
225
return
_ESCAPE_CONTROLS_RE.sub(_CONTROLS_MATCH_HANDLER, value)
Callers
2
test_escapes_controls
Method · 0.90
_document_str
Method · 0.90
Calls
1
sub
Method · 0.80
Tested by
1
test_escapes_controls
Method · 0.72