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

Method get_foo

IPython/lib/pretty.py:870–871  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

868 self.list = ["blub", "blah", self]
869
870 def get_foo(self):
871 print("foo")
872
873 pprint(Foo(), verbose=True)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected