mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
10 lines
369 B
Plaintext
10 lines
369 B
Plaintext
main.py: Running...
|
|
Trying to call with [] and {}...
|
|
Success
|
|
Trying to call with ['hello'] and {}...
|
|
Got a TypeError exception: foo_get_last_exception takes 0 positional arguments but 1 was given
|
|
Trying to call with [] and {'hello': 'world'}...
|
|
Got a TypeError exception: foo_get_last_exception takes 0 positional arguments but 1 was given
|
|
main.py: Done.
|
|
Done
|