1
0
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:
Dave Halter
2017-10-07 10:52:43 +02:00
parent 8dba08eeb2
commit 4ddf7bf56d
2 changed files with 21 additions and 25 deletions

View File

@@ -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.