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

Class C

Lib/test/profilee.py:109–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 TICKS += 3 # 3 x 2
108
109class C:
110 def __getattr__(self, name):
111 # 28 calls
112 # 1 tick, local
113 global TICKS
114 TICKS += 1
115 raise AttributeError

Callers 3

helper1Function · 0.70
helper2Function · 0.70
subhelperFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected