qiskit.providers.ibmq.utils.to_python_identifier¶
-
to_python_identifier
(name)[código fonte]¶ Convert a name to a valid Python identifier.
- Parâmetros
name (
str
) – Name to be converted.- Tipo de retorno
str
- Retorna
Name that is a valid Python identifier.