summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_extcall
blob: f4369b5dad44dbf01d48a79d6f26acdde8dfd2f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
test_extcall
() {}
(1,) {}
(1, 2) {}
(1, 2, 3) {}
(1, 2, 3, 4, 5) {}
(1, 2, 3, 4, 5) {}
(1, 2, 3, 4, 5) {}
(1, 2, 3) {'b': 5, 'a': 4}
(1, 2, 3, 4, 5) {'b': 7, 'a': 6}
(1, 2, 3, 6, 7) {'y': 5, 'b': 9, 'x': 4, 'a': 8}
TypeError: not enough arguments; expected 1, got 0
TypeError: not enough arguments; expected 1, got 0
TypeError: not enough arguments; expected 1, got 0
1 () {}
1 (2,) {}
1 (2, 3) {}
1 (2, 3, 4, 5) {}
keyword parameter redefined: x
keyword parameter redefined: b
keywords must be strings
unexpected keyword argument: e
* argument must be a sequence
** argument must be a dictionary
3 512 1