Function python_ast::ast_dump

source ·
pub fn ast_dump(o: &PyAny, indent: Option<u8>) -> PyResult<String>
Expand description

Accepts any Python object and dumps it using the Python ast module.