Generated by Cython 3.0.7
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: constants.c
+1: # cython: language_level=3
__pyx_t_2 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_2); if (PyDict_SetItem(__pyx_d, __pyx_n_s_test, __pyx_t_2) < 0) __PYX_ERR(0, 1, __pyx_L1_error) __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
2: # cython: boundscheck=False
3: # cython: wraparound=False
+4: cdef int SAMPLE_RATE = 48000
__pyx_v_5dfpwm_9constants_SAMPLE_RATE = 0xBB80;
5: