MCPcopy Index your code
hub / github.com/prometheus/client_python / _replace_help_escaping

Function _replace_help_escaping

prometheus_client/parser.py:36–37  ·  view source on GitHub ↗
(s: str)

Source from the content-addressed store, hash-verified

34
35
36def _replace_help_escaping(s: str) -> str:
37 return HELP_ESCAPING_RE.sub(replace_escape_sequence, s)
38
39
40def _replace_escaping(s: str) -> str:

Callers 1

Calls 1

subMethod · 0.45

Tested by

no test coverage detected