kwargs
I'm trying to use a Python function that needs
kwargs
how do you deal with them?3 Replies
See https://docs.modular.com/mojo/roadmap.html#small-independent-features. I don't think they are implemented yet.
Modular Docs - Mojo🔥 roadmap & sharp edges
A summary of our Mojo plans, including upcoming features and things we need to fix.
@Stole I figure out you can do this:
so you can call that function and send kwargs to the other function... and it "works"
Ah yeah I guess you could do it in Python. Not the most optimal workaround but oh well that's probably all we have right now