Re: [Cython] Feature request: generate signature information for use by "inspect"

2012-06-28 Thread Dieter Maurer
Stefan Behnel wrote at 2012-6-28 09:25 +0200: >Dieter Maurer, 28.06.2012 09:04: >> ... >> In this case, I suggest to enhance the >> function's docstring by signature information. >> >> I now transform manually my docstrings >> >> def (): >>""" >> >> >>

Re: [Cython] Feature request: generate signature information for use by "inspect"

2012-06-28 Thread Stefan Behnel
Dieter Maurer, 28.06.2012 09:04: > Python's "inspect" module is a great help to get valuable information > about a package. Many higher level tools (e.g. the "help" builtin > and "pydoc") are based on it. > > I have just recognized a deficiency of "cython" generated > modules with respect to "insp

[Cython] Feature request: generate signature information for use by "inspect"

2012-06-28 Thread Dieter Maurer
Python's "inspect" module is a great help to get valuable information about a package. Many higher level tools (e.g. the "help" builtin and "pydoc") are based on it. I have just recognized a deficiency of "cython" generated modules with respect to "inspect" support: "inspect" cannot determin