1
0
forked from VimPlug/jedi

Better debugging

This commit is contained in:
Dave Halter
2018-10-06 16:42:02 +02:00
parent 43c04a71a8
commit b14b3d1012
3 changed files with 7 additions and 4 deletions

View File

@@ -571,9 +571,10 @@ class AbstractAnnotatedClass(ClassContext):
)
def __repr__(self):
return '<%s: %s%s>' % (
return '<%s: %s@%s%s>' % (
self.__class__.__name__,
self.name.string_name,
self.name.tree_name.start_pos,
list(self.get_given_types()),
)