property and virtuality

harold fellermann harold.fellermann at upf.edu
Thu Mar 31 17:47:49 EST 2005


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.
--




More information about the Python-list mailing list