forked from VimPlug/jedi
Prepare a test for #1479
This commit is contained in:
@@ -84,9 +84,10 @@ class MixedObject(ValueWrapper):
|
||||
return MixedContext(self)
|
||||
|
||||
def __repr__(self):
|
||||
return '<%s: %s>' % (
|
||||
return '<%s: %s; %s>' % (
|
||||
type(self).__name__,
|
||||
self.access_handle.get_repr()
|
||||
self.access_handle.get_repr(),
|
||||
self._wrapped_value,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user