mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
fix problems with decorators with call signatures, fixes #319
This commit is contained in:
@@ -157,4 +157,4 @@ 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']
|
||||
assert x == ['*args\n']
|
||||
|
||||
Reference in New Issue
Block a user