MCPcopy 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

hFunction · 0.45
cFunction · 0.45
fFunction · 0.45
IFunction · 0.45
OFunction · 0.45
oFunction · 0.45
IFunction · 0.45
FFunction · 0.45
createPythonTooltipFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected