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

Method get_stderr

Lib/test/test_tools/test_i18n.py:117–118  ·  view source on GitHub ↗
(self, module_content)

Source from the content-addressed store, hash-verified

115 return self.extract_from_str(module_content, args=('--docstrings',), strict=False)
116
117 def get_stderr(self, module_content):
118 return self.extract_from_str(module_content, strict=False, with_stderr=True)[1]
119
120 def test_header(self):
121 """Make sure the required fields are in the header, according to:

Callers 2

test_error_messagesMethod · 0.95
testEnvironMethod · 0.45

Calls 1

extract_from_strMethod · 0.95

Tested by

no test coverage detected