You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how can I convert the argv to a python object. I want to use argparse, but the args aren't working. the solution would be to pass the args from mojo. it works when hardcoded `["-a", "foo"], but when using argv() it fails, because it isn't of the PythonObject type
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
how can I convert the argv to a python object. I want to use argparse, but the args aren't working. the solution would be to pass the args from mojo. it works when hardcoded `["-a", "foo"], but when using argv() it fails, because it isn't of the PythonObject type
Beta Was this translation helpful? Give feedback.
All reactions