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

Method call_throw

Lib/test/test_generators.py:946–947  ·  view source on GitHub ↗
(gen)

Source from the content-addressed store, hash-verified

944
945 def test_throw_with_yield_from(self):
946 def call_throw(gen):
947 gen.throw(RuntimeError)
948
949 self.check_yield_from_example(call_throw)
950

Callers

nothing calls this directly

Calls 1

throwMethod · 0.45

Tested by

no test coverage detected