qiskit.providers.ibmq.utils.to_python_identifier¶
-
to_python_identifier
(name)[Quellcode]¶ Convert a name to a valid Python identifier.
- Parameter
name (
str
) – Name to be converted.- Rückgabetyp
str
- Rückgabe
Name that is a valid Python identifier.