1
0
forked from VimPlug/jedi

Fixed completions of global vars and tensorflow slowness, fixes #1228, #1116

This commit is contained in:
Dave Halter
2018-10-02 15:28:28 +02:00
parent 075577d50c
commit 23b3327b1d
2 changed files with 16 additions and 7 deletions

View File

@@ -154,6 +154,9 @@ def global_define():
#? int()
global_var_in_func
#? ['global_var_in_func']
global_var_in_f
def funct1():
# From issue #610
@@ -175,6 +178,7 @@ def init_global_var_predefined():
#? int() None
global_var_predefined
# -----------------
# within docstrs
# -----------------