mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
call signature -> signature
This commit is contained in:
@@ -39,8 +39,8 @@ def test_os_path_join(Script):
|
||||
@_check_speed(0.15)
|
||||
def test_scipy_speed(Script):
|
||||
s = 'import scipy.weave; scipy.weave.inline('
|
||||
script = Script(s, 1, len(s), '')
|
||||
script.call_signatures()
|
||||
script = Script(s, path='')
|
||||
script.find_signatures(1, len(s))
|
||||
|
||||
|
||||
@_check_speed(0.8)
|
||||
|
||||
Reference in New Issue
Block a user