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 ():
>>"""
>>
>>
>>
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
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