$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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