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

Method f

Lib/test/test_monitoring.py:1056–1060  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1054 raise ValueError()
1055
1056 def f():
1057 try:
1058 return ValueErrorRaiser()
1059 except ValueError:
1060 pass
1061
1062 for _ in range(_testinternalcapi.SPECIALIZATION_THRESHOLD):
1063 f()

Callers

nothing calls this directly

Calls 3

ValueErrorRaiserClass · 0.85
genFunction · 0.70
closeMethod · 0.45

Tested by

no test coverage detected