Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/cpython
/ attr
Method
attr
Lib/test/test_typing.py:3531–3532 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3529
class
C:
3530
@property
3531
def
attr(self):
3532
return
42
3533
3534
class
CustomDescriptor:
3535
def
__get__(self, obj, objtype=None):
Callers
9
h
Function · 0.45
c
Function · 0.45
f
Function · 0.45
I
Function · 0.45
O
Function · 0.45
o
Function · 0.45
I
Function · 0.45
F
Function · 0.45
createPythonTooltip
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected