forked from VimPlug/jedi
use docopt for run.py executions, much more readable
This commit is contained in:
@@ -47,9 +47,8 @@ def warning(*args):
|
||||
|
||||
def speed(name):
|
||||
if debug_function and enable_speed:
|
||||
global start_time
|
||||
now = time.time()
|
||||
debug_function(SPEED, 'speed: ' + '%s %s' % (name, now - start_time))
|
||||
debug_function(SPEED, 'speed: ' + '%s %s' % (u(name), now - start_time))
|
||||
|
||||
|
||||
def print_to_stdout(level, str_out):
|
||||
|
||||
Reference in New Issue
Block a user