Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ D1
Class
D1
Lib/test/test_functools.py:3096–3098 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3094
return
"special4"
3095
3096
class
D1:
3097
def
__get__(self, _, owner):
3098
return
lambda
inst, x: owner.special4(inst, x)
3099
3100
generic.register(D1, D1())
3101
Callers
1
C
Class · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected