forked from VimPlug/jedi
Progress in removing the docstring/call signature logic from the parser.
This commit is contained in:
@@ -348,7 +348,8 @@ class Evaluator(object):
|
||||
search_global=True
|
||||
)
|
||||
elif isinstance(atom, tree.Literal):
|
||||
return set([compiled.create(self, atom.eval())])
|
||||
string = parser_utils.safe_literal_eval(atom.value)
|
||||
return set([compiled.create(self, string)])
|
||||
else:
|
||||
c = atom.children
|
||||
if c[0].type == 'string':
|
||||
|
||||
Reference in New Issue
Block a user