return absolute path to file
(self)
| 405 | return self._format_path() |
| 406 | |
| 407 | def __repr__(self): |
| 408 | """return absolute path to file |
| 409 | """ |
| 410 | return abspath(self.path) |
| 411 | |
| 412 | class FileLinks(FileLink): |
| 413 | """Class for embedding local file links in an IPython session, based on path |
nothing calls this directly
no outgoing calls
no test coverage detected