On 07/05/2010 11:07 AM, Anthra Norell wrote:

I try to use "new.new.classobj (name, baseclass, dict)" and have no clue
what the "dict" of the current name space is.

Are you sure that's what you really want to know? The
'dict' argument to classobj() defines the attributes
that you want the new class to have. It's not meant
to be the namespace in which the code creating the
class is executing.

--
Greg
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to