literal_destringizer# literal_destringizer(rep)[source]# 将Python字面量转换为其表示的值。 Parameters: rep字符串Python字面量。 Returns: value对象Python字面量的值。 Raises: ValueError如果 rep 不是Python字面量。