Skip to main content

Module params

Module params 

Source
Expand description

Python bindings for Params type conversion.

Functionsยง

params_to_pydict
Converts Params (IndexMap<String, Value>) to a Python dict.
pydict_to_params
Converts a Python dict to Params (IndexMap<String, Value>).
value_to_pyobject
Helper function to convert a serde_json::Value to a Python object.