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

Class ValueErrorRaiser

Lib/test/test_monitoring.py:1052–1054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1050 @requires_specialization
1051 def test_no_unwind_for_shim_frame(self):
1052 class ValueErrorRaiser:
1053 def __init__(self):
1054 raise ValueError()
1055
1056 def f():
1057 try:

Callers 1

fMethod · 0.85

Calls

no outgoing calls

Tested by 1

fMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…