Re: docstrings, module help, and default arguments

2013-02-20 Thread Dieter Verfaillie
On 2013-02-14 23:23, Niklas Koep wrote: I came across this discussion on the pygtk mailing list dating back to 2011 which mentions a plan to store a serialized version of the default argument in typelibs: http://www.daa.com.au/pipermail/pygtk/2011-March/019489.html [6] What happened to this id

Re: docstrings, module help, and default arguments

2013-02-20 Thread Niklas Koep
Hey, 2013/2/13 Simon Feltman > > Hi, > > On Sat, Feb 2, 2013 at 4:54 AM, Niklas Koep wrote: > >> Hey, >> >> I have a couple of questions regarding gobject-introspection but with a >> direct focus on pygobject. Instead of cluttering the mailing list with >> multiple mails I thought I'd just pos

Re: docstrings, module help, and default arguments

2013-02-15 Thread Simon Feltman
Comments below: On Thu, Feb 14, 2013 at 2:23 PM, Niklas Koep wrote: > I see. And I guess pulling in the docs from the associated gir files by > default would kind of defeat the purpose of having typelibs in the first > place, wouldn't it? What about doing it in IntrospectionModule.__dir__? > Tha

Re: docstrings, module help, and default arguments

2013-02-12 Thread Simon Feltman
Hi, On Sat, Feb 2, 2013 at 4:54 AM, Niklas Koep wrote: > Hey, > > I have a couple of questions regarding gobject-introspection but with a > direct focus on pygobject. Instead of cluttering the mailing list with > multiple mails I thought I'd just post one. I hope that was alright. > > I was unde

docstrings, module help, and default arguments

2013-02-12 Thread Niklas Koep
Hey, I have a couple of questions regarding gobject-introspection but with a direct focus on pygobject. Instead of cluttering the mailing list with multiple mails I thought I'd just post one. I hope that was alright. I was under the impression that one of the many benefits of gobject-introspectio