is_code_comment_python_start

Function is_code_comment_python_start 

Source
pub fn is_code_comment_python_start(line: &str) -> Option<Match<'_>>
Expand description

Check if a line matches the Python code comment start marker.