2016-03-10 12:24:10 +00:00
|
|
|
const char *
|
2016-03-26 22:04:10 +00:00
|
|
|
c
|
2016-05-24 21:42:05 +00:00
|
|
|
Failed as expected: Tried to call pure virtual function "Base::dispatch"
|
2016-04-11 16:13:08 +00:00
|
|
|
Yay..
|
2016-04-21 10:21:14 +00:00
|
|
|
[Placeholder[1], Placeholder[2], Placeholder[3], Placeholder[4]]
|
2016-04-27 12:33:52 +00:00
|
|
|
[3, 5, 7, 9, 11, 13, 15]
|
2016-04-30 21:02:39 +00:00
|
|
|
0==0, 1==1, 2==2, 3==3, 4==4, 5==5, 6==6, 7==7, 8==8, 9==9,
|
2016-05-01 12:42:20 +00:00
|
|
|
Failed as expected: Incompatible function arguments. The following argument types are supported:
|
|
|
|
1. (example.issues.ElementA) -> NoneType
|
2016-05-24 08:15:43 +00:00
|
|
|
Invoked with: None
|
2016-05-17 13:35:29 +00:00
|
|
|
Failed as expected: Incompatible function arguments. The following argument types are supported:
|
|
|
|
1. (int) -> int
|
2016-05-24 08:15:43 +00:00
|
|
|
Invoked with: 5.2
|
2016-05-17 13:35:29 +00:00
|
|
|
12.0
|
2016-05-26 11:19:27 +00:00
|
|
|
C++ version
|
|
|
|
A.f()
|
|
|
|
Python version
|
|
|
|
PyA.PyA()
|
|
|
|
PyA.f()
|
|
|
|
In python f()
|
2016-07-17 21:43:00 +00:00
|
|
|
StrIssue.__str__ called
|
|
|
|
StrIssue[3]
|
|
|
|
Failed as expected: Incompatible constructor arguments. The following argument types are supported:
|
|
|
|
1. example.issues.StrIssue(int)
|
|
|
|
2. example.issues.StrIssue()
|
|
|
|
Invoked with: no, such, constructor
|