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

Method tearDown

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

Source from the content-addressed store, hash-verified

125 data = '<money value="$\xa3\u20ac\U0001017b">$\xa3\u20ac\U0001017b</money>'
126
127 def tearDown(self):
128 os_helper.unlink(TESTFN)
129
130 def check_parse(self, f):
131 from xml.sax import parse

Callers

nothing calls this directly

Calls 1

unlinkMethod · 0.45

Tested by

no test coverage detected