Skip to main content

is_valid_ascii_python_identifier

Function is_valid_ascii_python_identifier 

Source
pub fn is_valid_ascii_python_identifier(input: &str) -> bool
Expand description

Returns whether input is an ASCII-safe Python identifier and not a hard keyword.