Boost logo

Boost :

From: Phil Austin (paustin_at_[hidden])
Date: 2001-11-01 16:50:30


Question: Method table entries in C extensions types have room for
member function docstrings via:

static PyMethodDef PyNetCDFFileObject_methods[] = {
  {"sync", (PyCFunction)PyNetCDFFileObject_sync, 1, sync_doc},
....

Is there a way to do this using class.def?

Thanks, Phil


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk