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

Method setUp

Lib/test/test_exception_group.py:463–465  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

461
462class ExceptionGroupSplitTests(ExceptionGroupTestBase):
463 def setUp(self):
464 self.eg = create_simple_eg()
465 self.eg_template = [ValueError(1), TypeError(int), ValueError(2)]
466
467 def test_basics_split_by_type__passthrough(self):
468 for E in [BaseException, Exception,

Callers

nothing calls this directly

Calls 1

create_simple_egFunction · 0.85

Tested by

no test coverage detected