devel_cython ============ Devel: directives ----------------- Explicit compiler directives + axpy. .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_cython/t01_directives.pyx :language: cython cdef class Counter ------------------ .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_cython/t02_cdef_class_counter.pyx :language: cython cdef class Counter ------------------ .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_cython/t03_cdef_class_counter.pyx :language: cython cdef class Counter ------------------ .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_cython/t04_cdef_class_counter.pyx :language: cython cdef class Counter ------------------ .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_cython/t05_cdef_class_counter.pyx :language: cython