forked from VimPlug/jedi
follow_paths -> follow_path, follow_path -> _follow_path
This commit is contained in:
@@ -439,7 +439,7 @@ class Builtin(object):
|
||||
parser = Parser(source, None)
|
||||
module = parser.module
|
||||
module.parent = self.scope
|
||||
typ = evaluator.follow_path(iter(['FunctionType']), module, module)
|
||||
typ = evaluator.follow_path(iter(['FunctionType']), [module], module)
|
||||
|
||||
s = self._magic_function_scope = typ.pop()
|
||||
return s
|
||||
|
||||
Reference in New Issue
Block a user