On Sun, Dec 23, 2012 at 1:39 PM, Stéfan van der Walt <stefan@sun.ac.za> wrote:
On Thu, Nov 29, 2012 at 6:43 PM, Juan Nunez-Iglesias <jni.soma@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!

Huh? Are you jumping to conclusions or did you test this?