MCPcopy 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
224def escape_controls(value):
225 return _ESCAPE_CONTROLS_RE.sub(_CONTROLS_MATCH_HANDLER, value)

Callers 2

test_escapes_controlsMethod · 0.90
_document_strMethod · 0.90

Calls 1

subMethod · 0.80

Tested by 1

test_escapes_controlsMethod · 0.72