使用变量在python中命名一个类

时间:2016-06-29 08:47:51

标签: python python-2.7 class oop object

假设我想让以下的伪代码工作

method generateClass(string name, <string,type>[] attributes)
       class name()
             //used like int a 
             //          char b
             attributes[0].[0] attributes[0].[1]
             attributes[1].[0] attributes[1].[1]

我如何在python中执行此操作?

0 个答案:

没有答案