Function dump

Source
pub fn dump(o: &PyAny, indent: Option<u8>) -> PyResult<String>
Expand description

A wrapper for the Python ast.dump function. This is a convenience function for dumping the AST to the terminal.