pub fn extract_python_functions(code: &str) -> Result<Vec<FunctionNode>>Expand description
Convenience function to extract functions from Python code
pub fn extract_python_functions(code: &str) -> Result<Vec<FunctionNode>>Convenience function to extract functions from Python code