Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ foo
Method
foo
Lib/test/test_descr.py:2455–2456 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2453
class
E(object):
2454
@property
2455
def
foo(self):
2456
return
self._foo
2457
@foo.setter
2458
def
foo(self, value):
2459
raise
RuntimeError
Callers
nothing calls this directly
Calls
1
abs
Function · 0.50
Tested by
no test coverage detected