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

Method __str__

IPython/core/prompts.py:17–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15 return self.func(*self.args, **self.kwargs)
16
17 def __str__(self):
18 return str(self())
19
20 def __format__(self, format_spec):
21 return format(self(), format_spec)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected