Defining Python class methods in C
Bryan
belred1 at yahoo.com
Fri Mar 21 20:58:34 EST 2003
More information about the Python-list mailing list
Fri Mar 21 20:58:34 EST 2003
- Previous message (by thread): Defining Python class methods in C
- Next message (by thread): Defining Python class methods in C
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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? thanks, bryan
- Previous message (by thread): Defining Python class methods in C
- Next message (by thread): Defining Python class methods in C
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list