Module python_ast::isidentifier
source · Expand description
This module uses Python to determine if a given string is a valid Python identifier or not. See here
Traits§
- Trait that determines if a string contains a valid identifer based on Python rules (which are broadly simiilar to Rust).