[Tutor] Defining Python class methods in C

Bryan Weingarten Bryan.Weingarten@watchguard.com
Fri Mar 21 19:33:02 2003


can someone please help me with this?

there is this cookbook recipe that shows how to make a class type in c.
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/54352

what this recipe doesn't show is exactly how to instantiate one of these
objects in c (not python) and call the __init__ method.  obviously you
first call initFoo(), but then what?does anyone know how to do this? =20

thanks,

bryan