mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
find_signatures -> get_signatures, see #1476
This commit is contained in:
@@ -6,7 +6,7 @@ from parso import parse
|
||||
|
||||
def test_form_feed_characters(Script):
|
||||
s = "\f\nclass Test(object):\n pass"
|
||||
Script(s).find_signatures(line=2, column=18)
|
||||
Script(s).get_signatures(line=2, column=18)
|
||||
|
||||
|
||||
def check_p(src):
|
||||
|
||||
Reference in New Issue
Block a user