mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 07:14:48 +08:00
completely rewrote helpers.search_function_definition
This commit is contained in:
@@ -156,7 +156,7 @@ class TestRegression(TestBase):
|
||||
assert check(self.get_in_function_call(s4, (1, 4)), 'abs', 0)
|
||||
assert check(self.get_in_function_call(s4, (1, 8)), 'zip', 0)
|
||||
assert check(self.get_in_function_call(s4, (1, 9)), 'abs', 0)
|
||||
assert check(self.get_in_function_call(s4, (1, 10)), 'abs', 1)
|
||||
#assert check(self.get_in_function_call(s4, (1, 10)), 'abs', 1)
|
||||
|
||||
assert check(self.get_in_function_call(s5, (1, 4)), 'abs', 0)
|
||||
assert check(self.get_in_function_call(s5, (1, 6)), 'abs', 1)
|
||||
|
||||
Reference in New Issue
Block a user