mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
remove strange Definition.description length limitation
This commit is contained in:
@@ -157,7 +157,7 @@ class TestCallSignatures(TestCase):
|
||||
signatures = Script(s).call_signatures()
|
||||
assert len(signatures) == 1
|
||||
x = [p.get_code() for p in signatures[0].params]
|
||||
assert x == ['*args\n']
|
||||
assert x == ['*args']
|
||||
|
||||
|
||||
class TestParams(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user