1
0
forked from VimPlug/jedi

Improve a few anonymous function execution context goto issues.

This commit is contained in:
Dave Halter
2016-12-04 22:35:23 +01:00
parent 6f4cd7e6d3
commit 641ecedcd2
7 changed files with 94 additions and 94 deletions

View File

@@ -22,10 +22,10 @@ cd = e
#! ['module math']
import math
#! ['import math']
#! ['module math']
math
#! ['import math']
#! ['module math']
b = math
#! ['b = math']
b
@@ -148,7 +148,7 @@ mod1.a
#! ['a = 1.0']
from import_tree.pkg.mod1 import a
#! ['import os']
#! ['module os']
from .imports import os
#! ['some_variable = 1']