Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
109
class
C:
110
def
__getattr__(self, name):
111
# 28 calls
112
# 1 tick, local
113
global TICKS
114
TICKS += 1
115
raise
AttributeError
Callers
3
helper1
Function · 0.70
helper2
Function · 0.70
subhelper
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected