pub fn is_valid_ascii_python_identifier(input: &str) -> bool
Returns whether input is an ASCII-safe Python identifier and not a hard keyword.
input