"No definition found"

Stéfan van der Walt stefan at sun.ac.za
Sun Dec 23 07:39:43 EST 2012


On Thu, Nov 29, 2012 at 6:43 PM, Juan Nunez-Iglesias <jni.soma at gmail.com> wrote:
> I'm getting this message when trying to find the definition header for
> skimage.segmentation.slic:
>
> In [12]: %pdef segmentation.slic
> No definition header found for segmentation.slic
>
> In [15]: %pdef segmentation.join_segmentations
>  segmentation.join_segmentations(s1, s2)
>
> Anyone know why this is? Is this a general feature of Cython functions?

Not sure--but this also shows that IPython does not handle unicode
characters in a docstring correctly!  Would you like to file a bug
report?

Stéfan



More information about the scikit-image mailing list