mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
call_signatures should work on more nested edge cases
This commit is contained in:
@@ -161,6 +161,10 @@ class TestCallSignatures(TestCase):
|
||||
x = [p.description for p in signatures[0].params]
|
||||
assert x == ['*args']
|
||||
|
||||
def test_additional_brackets(self):
|
||||
s = 'str(('
|
||||
self._run(s, 'str', 0)
|
||||
|
||||
|
||||
class TestParams(TestCase):
|
||||
def params(self, source, line=None, column=None):
|
||||
|
||||
Reference in New Issue
Block a user