How do I doctest Cython functions taking C data structures? I don't
seem to be able to construct Cython data in the doctest. E.g. suppose
I have a function

cdef foo(bar baz):
    ...

where bar is a Cython data structure. Is there no way to doctest this,
other than doctesting other Python-level functions that happen to call
foo?

Cheers
Bjarke

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to