pub fn ast_dump(o: &PyAny, indent: Option<u8>) -> PyResult<String>
Accepts any Python object and dumps it using the Python ast module.