MCPcopy Create free account
hub / github.com/simplejson/simplejson / replace

Function replace

simplejson/encoder.py:75–76  ·  view source on GitHub ↗
(match)

Source from the content-addressed store, hash-verified

73 else:
74 s = unicode.__getnewargs__(s)[0]
75 def replace(match):
76 return ESCAPE_DCT[match.group(0)]
77 return _q + ESCAPE.sub(replace, s) + _q
78
79

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…