pub fn dump(o: &PyAny, indent: Option<u8>) -> PyResult<String>
A wrapper for the Python ast.dump function. This is a convenience function for dumping the AST to the terminal.