Re: [Python-Dev] subclassing PyCFunction_Type

2005-02-17 Thread Nick Rasmussen
On Wed, 16 Feb 2005, Bob Ippolito wrote: > > On Feb 16, 2005, at 11:02, Phillip J. Eby wrote: > > >At 02:32 PM 2/11/05 -0800, Nick Rasmussen wrote: > >>tommy said that this would be the best place to ask > >>this question > >> > >>I'm

[Python-Dev] subclassing PyCFunction_Type

2005-02-16 Thread Nick Rasmussen
tommy said that this would be the best place to ask this question I'm trying to get functions wrapped via boost to show up as builtin types so that pydoc includes them when documenting the module containing them. Right now boost python functions are created using a PyTypeObject such that when