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

Method setUp

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

Source from the content-addressed store, hash-verified

389
390class ExceptionGroupSubgroupTests(ExceptionGroupTestBase):
391 def setUp(self):
392 self.eg = create_simple_eg()
393 self.eg_template = [ValueError(1), TypeError(int), ValueError(2)]
394
395 def test_basics_subgroup_split__bad_arg_type(self):
396 class C:

Callers

nothing calls this directly

Calls 1

create_simple_egFunction · 0.85

Tested by

no test coverage detected