qiskit.providers.ibmq.utils.to_python_identifier¶ to_python_identifier(name)[소스]¶ Convert a name to a valid Python identifier. 매개변수 name (str) – Name to be converted. 반환 형식 str 반환값 Name that is a valid Python identifier.