forked from VimPlug/jedi
8 lines
94 B
Python
8 lines
94 B
Python
|
|
def dbg(*args):
|
|
if debug_function:
|
|
debug_function(*args)
|
|
|
|
|
|
debug_function = None
|