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

Method method

Lib/test/test_exception_group.py:387–388  ·  view source on GitHub ↗
(self, e)

Source from the content-addressed store, hash-verified

385 return self.func(e)
386
387 def method(self, e):
388 return self.func(e)
389
390class ExceptionGroupSubgroupTests(ExceptionGroupTestBase):
391 def setUp(self):

Callers

nothing calls this directly

Calls 1

funcMethod · 0.45

Tested by

no test coverage detected