Skip to main content

is_python_reserved_word

Function is_python_reserved_word 

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

Returns whether input is either a hard or soft Python reserved word.