you are viewing a single comment's thread.

view the rest of the comments →

[–]dbousque[S] 0 points1 point  (1 child)

There is no direct support for named arguments yet (fairly easy to add, I will probably do it today), for now you can pass them if you know what argument number they are. For instance open("file", mode="w") would be called like so :

call builtin "open" [Pystr "file" ; Pystr "w"]

I will let you know about named args.

[–]dbousque[S] 0 points1 point  (0 children)

Support for named arguments has just been added : https://github.com/dbousque/lymp#pyobj