forked from VimPlug/jedi
Remove the disabling of dynamic flow information
We should be able to handle this anyway also in completions. Don't hide issues here.
This commit is contained in:
@@ -13,6 +13,7 @@ from jedi.evaluate import compiled
|
||||
from jedi.evaluate.base_context import TreeContext
|
||||
from jedi.evaluate.imports import SubModuleName, infer_import
|
||||
|
||||
|
||||
class _ModuleAttributeName(AbstractNameDefinition):
|
||||
"""
|
||||
For module attributes like __file__, __str__ and so on.
|
||||
|
||||
Reference in New Issue
Block a user