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

Method doSplitTest

Lib/test/test_except_star.py:242–246  ·  view source on GitHub ↗
(self, exc, T, match_template, rest_template)

Source from the content-addressed store, hash-verified

240 self.doSplitTestUnnamed(exc, T, match_template, rest_template)
241
242 def doSplitTest(self, exc, T, match_template, rest_template):
243 self.doSplitTestNamed(exc, T, match_template, rest_template)
244 self.doSplitTestUnnamed(exc, T, match_template, rest_template)
245 self.doSplitTestInExceptHandler(exc, T, match_template, rest_template)
246 self.doSplitTestInExceptStarHandler(exc, T, match_template, rest_template)
247
248 def test_no_match_single_type(self):
249 self.doSplitTest(

Calls 4

doSplitTestNamedMethod · 0.95
doSplitTestUnnamedMethod · 0.95

Tested by

no test coverage detected