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

Function helper2

Lib/test/profilee.py:88–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 factorial(3) # 20
87
88def helper2():
89 # 8 calls
90 # 50 ticks local: 39 ticks local, 11 ticks in subfunctions
91 global TICKS
92 TICKS += 11
93 hasattr(C(), "bar") # 1
94 TICKS += 13
95 subhelper() # 10
96 TICKS += 15
97
98def subhelper():
99 # 8 calls

Callers 2

helperFunction · 0.85
helper2_indirectFunction · 0.85

Calls 2

subhelperFunction · 0.85
CClass · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…