(match)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…