Generated by Cython 0.25.2
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: _usr_local_src_sage_config_ExportSageNB_test_dot_sage_sage_notebook_sagenb_home_admin_6_code_sage4_spyx_0.c
1:
+2: include "cysignals/signals.pxi" # ctrl-c interrupt block support
__pyx_t_4 = PyDict_New(); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 2, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_d, __pyx_n_s_test, __pyx_t_4) < 0) __PYX_ERR(2, 2, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
3: include "stdsage.pxi"
4:
5: include "cdefs.pxi"
+6: cdef str x = "Hello World"
__Pyx_INCREF(__pyx_kp_s_Hello_World); __Pyx_XGOTREF(__pyx_v_105_usr_local_src_sage_config_ExportSageNB_test_dot_sage_sage_notebook_sagenb_home_admin_6_code_sage4_spyx_0_x); __Pyx_DECREF_SET(__pyx_v_105_usr_local_src_sage_config_ExportSageNB_test_dot_sage_sage_notebook_sagenb_home_admin_6_code_sage4_spyx_0_x, __pyx_kp_s_Hello_World); __Pyx_GIVEREF(__pyx_kp_s_Hello_World);
+7: print(x)
if (__Pyx_PrintOne(0, __pyx_v_105_usr_local_src_sage_config_ExportSageNB_test_dot_sage_sage_notebook_sagenb_home_admin_6_code_sage4_spyx_0_x) < 0) __PYX_ERR(2, 7, __pyx_L1_error)