collect_python_docstring

Function collect_python_docstring 

Source
fn collect_python_docstring(
    lines: &[String],
    start: usize,
    max_scan_lines: usize,
    delimiter: &str,
) -> Option<Vec<String>>
Expand description

Collect a Python docstring body.