Get Current Options
At any point in your code, you can get the current options using the
px.get_current_options() function.
px.get_current_options()This returns a px.types.RunOptions() object.
Getting current options is useful when you want to ensure that the options are
set correctly. Most options are set when is called or through
default values.
Last updated on