Commit c6e6d3a2 authored by gsamain's avatar gsamain

Cypclass test distutil & doctest: basic

parent 253ff08e
# mode: run
# distutils: language=c++
# distutils: extra_compile_args=-std=c++11
# tag: cpp
cdef cypclass SomeMemory:
int a
......@@ -7,4 +12,8 @@ cpdef foo():
return o.a
def bag():
"""
>>> bag()
3
"""
return str(foo())
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment