MCPcopy Index your code
hub / github.com/python/cpython / test_unescape_amp_extra

Method test_unescape_amp_extra

Lib/test/test_sax.py:326–327  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

324 "Hei på deg")
325
326 def test_unescape_amp_extra(self):
327 self.assertEqual(unescape("&foo;", {"&foo;": "splat"}), "&foo;")
328
329 # ===== quoteattr
330 def test_quoteattr_basic(self):

Callers

nothing calls this directly

Calls 2

unescapeFunction · 0.90
assertEqualMethod · 0.45

Tested by

no test coverage detected