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?