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

Method __repr__

IPython/lib/display.py:407–410  ·  view source on GitHub ↗

return absolute path to file

(self)

Source from the content-addressed store, hash-verified

405 return self._format_path()
406
407 def __repr__(self):
408 """return absolute path to file
409 """
410 return abspath(self.path)
411
412class FileLinks(FileLink):
413 """Class for embedding local file links in an IPython session, based on path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected