forked from VimPlug/jedi
find_signatures -> get_signatures, see #1476
This commit is contained in:
2
sith.py
2
sith.py
@@ -95,7 +95,7 @@ class TestCase(object):
|
||||
args = json.load(f)
|
||||
return cls(*args)
|
||||
|
||||
operations = ['complete', 'goto', 'infer', 'get_references', 'find_signatures']
|
||||
operations = ['complete', 'goto', 'infer', 'get_references', 'get_signatures']
|
||||
|
||||
@classmethod
|
||||
def generate(cls, file_path):
|
||||
|
||||
Reference in New Issue
Block a user