my_new_class = type( 'MyNewClass', tuple_of_bases, dict_of_attributes)
Many thanks, David -- http://mail.python.org/mailman/listinfo/python-list
my_new_class = type( 'MyNewClass', tuple_of_bases, dict_of_attributes)
Many thanks, David -- http://mail.python.org/mailman/listinfo/python-list