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

Method h

Lib/test/test_traceback.py:2088–2091  ·  view source on GitHub ↗
(count=10)

Source from the content-addressed store, hash-verified

2086
2087 # Check 2 different repetitive sections
2088 def h(count=10):
2089 if count:
2090 return h(count-1)
2091 g()
2092
2093 with captured_output("stderr") as stderr_h:
2094 try:

Callers

nothing calls this directly

Calls 2

hClass · 0.70
gFunction · 0.70

Tested by

no test coverage detected