forked from VimPlug/jedi
find_signatures -> get_signatures, see #1476
This commit is contained in:
@@ -40,7 +40,7 @@ def test_os_path_join(Script):
|
||||
def test_scipy_speed(Script):
|
||||
s = 'import scipy.weave; scipy.weave.inline('
|
||||
script = Script(s, path='')
|
||||
script.find_signatures(1, len(s))
|
||||
script.get_signatures(1, len(s))
|
||||
|
||||
|
||||
@_check_speed(0.8)
|
||||
|
||||
Reference in New Issue
Block a user