mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
removed old unused code
This commit is contained in:
@@ -44,10 +44,7 @@ class TestCallSignatures(unittest.TestCase):
|
||||
run(s4, 'abs', 0, 9)
|
||||
#run(s4, 'abs', 1, 10)
|
||||
|
||||
|
||||
s5 = "abs(1,\nif 2:\n def a():"
|
||||
print Script(s5, 1, 4).call_signatures()
|
||||
#check(self.function_definition(s5, (1, 6)), 'abs', 1)
|
||||
run(s5, 'abs', 0, 4)
|
||||
run(s5, 'abs', 1, 6)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user