Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

feat(ipython): represent objects using '__str__' rather than '__repr__'

Description

Changes all __repr__ to __str__, and tell IPython to display the nice output from __str__ except if it is not overwritten, in this case it would keep the classic behaviour

Closes #167 (closed)

Merge request reports