MCPcopy Create free account
hub / github.com/Python-Markdown/markdown / tearDown

Method tearDown

tests/test_apis.py:87–88  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

85 sys.stdout = TextIOWrapper(BytesIO())
86
87 def tearDown(self):
88 sys.stdin, sys.stdout = self.saved
89
90 def getTempFiles(self, src):
91 """ Return the file names for two temp files. """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected