MCPcopy Create free account
hub / github.com/ipython/ipython / foobar

Method foobar

IPython/core/tests/test_oinspect.py:298–300  ·  view source on GitHub ↗

This is `foobar` property.

(self)

Source from the content-addressed store, hash-verified

296 class A(object):
297 @property
298 def foobar(self):
299 """This is `foobar` property."""
300 pass
301
302 ip.user_ns['a_obj'] = A()
303 nt.assert_equal(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected