Hello,

I asked this question some time ago, but as I got no answer, so I just try it a second
time.


I am working on a C extension module that implements a bunch of classes. Everything
works fine so far, but I cannot find any way to implement class attributes or inner
classes. Consider you have the following lines of Python :


class Foo :
        class Bar :
                pass

     spam = "foobar"

How can this class be translated to a C extension? Is there anything comparable to
PyMethodDef that can be used for other attributes than functions?


Thanks for your help,

- harold -

--
Always remember that you are unique;
just like everyone else.
--

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

Reply via email to