Generated by Cython 0.29.36
Yellow lines hint at Python interaction.
Click on a line that starts with a "+
" to see the C code that Cython generated for it.
Raw output: _float64window.c
+1: """
__pyx_t_2 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_2)) __PYX_ERR(3, 1, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_2); if (PyDict_SetItem(__pyx_d, __pyx_n_s_test, __pyx_t_2) < 0) __PYX_ERR(3, 1, __pyx_L1_error) __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
2: float specialization of AdjustedArrayWindow
3: """
4: from numpy cimport float64_t
+5: ctypedef float64_t[:, :] databuffer
typedef __Pyx_memviewslice __pyx_t_7zipline_3lib_14_float64window_databuffer;
6:
7: include "_windowtemplate.pxi"