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

Method __str__

IPython/core/splitinput.py:136–137  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

134 return ip._ofind(self.ifun)
135
136 def __str__(self):
137 return "LineInfo [%s|%s|%s|%s]" %(self.pre, self.esc, self.ifun, self.the_rest)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected