forked from VimPlug/jedi
Very small refactoring
This commit is contained in:
@@ -697,9 +697,8 @@ class Completion(BaseName):
|
|||||||
return super(Completion, self)._get_docstring_signature()
|
return super(Completion, self)._get_docstring_signature()
|
||||||
|
|
||||||
def _get_cache(self):
|
def _get_cache(self):
|
||||||
typ = super(Completion, self).type
|
|
||||||
return (
|
return (
|
||||||
typ,
|
super(Completion, self).type,
|
||||||
super(Completion, self)._get_docstring_signature(),
|
super(Completion, self)._get_docstring_signature(),
|
||||||
super(Completion, self)._get_docstring(),
|
super(Completion, self)._get_docstring(),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user