Skip to main content

format_value

Function format_value 

Source
pub fn format_value(py: Python<'_>, value: PyObject) -> PyResult<String>
Expand description

Compact single-line representation of a decoded value. Accepts any Python object that was produced by decode_value or by this crate’s GET result conversion; non-NT inputs are round-tripped via their string form.