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

Method foo

Lib/test/test_descr.py:2550–2551  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2548 class E(object):
2549 @property
2550 def foo(self):
2551 return self._foo
2552 @foo.setter
2553 def foo(self, value):
2554 raise RuntimeError

Callers

nothing calls this directly

Calls 1

absFunction · 0.85

Tested by

no test coverage detected