1
0
forked from VimPlug/jedi

params of methods are now better handled, this is the first version, which i think would be useful for usage

This commit is contained in:
David Halter
2012-04-07 18:51:10 +02:00
parent 1a7c09e002
commit 2681699dcf
6 changed files with 65 additions and 56 deletions

View File

@@ -23,5 +23,6 @@ def print_to_stdout(level, *args):
""" The default debug function """
print 'dbg:' if level == NOTICE else 'warning:', args
debug_function = print_to_stdout
debug_function = None
#debug_function = print_to_stdout
ignored_modules = []