mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-09 13:32:20 +08:00
added speed notifications for get_in_function_call
This commit is contained in:
@@ -23,7 +23,10 @@ enable_notice = False
|
||||
debug_function = None
|
||||
ignored_modules = ['parsing', 'builtin', 'jedi.builtin', 'jedi.parsing']
|
||||
|
||||
start_time = time.time()
|
||||
|
||||
def reset_time():
|
||||
global start_time
|
||||
start_time = time.time()
|
||||
|
||||
|
||||
def dbg(*args):
|
||||
|
||||
Reference in New Issue
Block a user