to_python_identifier(name)
Convert a name to a valid Python identifier.
Parameters
name (str) – Name to be converted.
str
Return type
Returns
Name that is a valid Python identifier.
© IBM Corp., 2017-2025