Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ foo
Method
foo
IPython/core/tests/test_oinspect.py:276–277 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
274
class
A(object):
275
@property
276
def
foo(self):
277
return
'bar'
278
279
foo = foo.setter(
lambda
self, v: setattr(self,
'bar'
, v))
280
Callers
1
check_module_contents
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected