forked from VimPlug/jedi
the parser should now be possible to ignore single opening parentheses
This commit is contained in:
3
ftest.py
3
ftest.py
@@ -2,8 +2,9 @@
|
||||
|
||||
import functions
|
||||
|
||||
#functions.debug.debug_function = functions.debug.print_to_stdout
|
||||
functions.debug.debug_function = functions.debug.print_to_stdout
|
||||
#functions.debug.ignored_modules += ['parsing', 'builtin']
|
||||
functions.debug.ignored_modules += ['parsing', 'builtin', 'evaluate', 'modules']
|
||||
functions.modules.module_find_path.insert(0, '.')
|
||||
|
||||
f_name = 'test.py'
|
||||
|
||||
Reference in New Issue
Block a user