Generated by Cython 0.13 on Fri May 20 12:03:29 2011
Raw output: _sagenb_flask_sage_notebook_sagenb_home_higherkevin_23_code_sage8_spyx_0.c
1:
2: include "interrupt.pxi" # ctrl-c interrupt block support
/* "/tmp/sagenbflask/temp/boxen/2765/spyx/_sagenb_flask_sage_notebook_sagenb_home_higherkevin_23_code_sage8_spyx/_sagenb_flask_sage_notebook_sagenb_home_higherkevin_23_code_sage8_spyx_0.pyx":2 * * include "interrupt.pxi" # ctrl-c interrupt block support #<
<
<
<
<
<
<
<
<
<
<
<
<
<
* include "stdsage.pxi" # ctrl-c interrupt block support * */ __pyx_t_1 = PyDict_New(); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} __Pyx_GOTREF(((PyObject *)__pyx_t_1)); if (PyObject_SetAttr(__pyx_m, __pyx_n_s____test__, ((PyObject *)__pyx_t_1))<
0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} __Pyx_DECREF(((PyObject *)__pyx_t_1)); __pyx_t_1 = 0;
3: include "stdsage.pxi" # ctrl-c interrupt block support
4:
5: include "cdefs.pxi"
6: cdef list rank():
/* "/tmp/sagenbflask/temp/boxen/2765/spyx/_sagenb_flask_sage_notebook_sagenb_home_higherkevin_23_code_sage8_spyx/_sagenb_flask_sage_notebook_sagenb_home_higherkevin_23_code_sage8_spyx_0.pyx":6 * * include "cdefs.pxi" * cdef list rank(): #<
<
<
<
<
<
<
<
<
<
<
<
<
<
* return [] */ static PyObject *__pyx_f_72_sagenb_flask_sage_notebook_sagenb_home_higherkevin_23_code_sage8_spyx_0_rank(void) { PyObject *__pyx_r = NULL; __Pyx_RefNannySetupContext("rank");
7: return []
/* "/tmp/sagenbflask/temp/boxen/2765/spyx/_sagenb_flask_sage_notebook_sagenb_home_higherkevin_23_code_sage8_spyx/_sagenb_flask_sage_notebook_sagenb_home_higherkevin_23_code_sage8_spyx_0.pyx":7 * include "cdefs.pxi" * cdef list rank(): * return [] #<
<
<
<
<
<
<
<
<
<
<
<
<
<
*/ __Pyx_XDECREF(((PyObject *)__pyx_r)); __pyx_t_1 = PyList_New(0); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 7; __pyx_clineno = __LINE__; goto __pyx_L1_error;} __Pyx_GOTREF(((PyObject *)__pyx_t_1)); __pyx_r = __pyx_t_1; __pyx_t_1 = 0; goto __pyx_L0; __pyx_r = ((PyObject *)Py_None); __Pyx_INCREF(Py_None); goto __pyx_L0; __pyx_L1_error:; __Pyx_XDECREF(__pyx_t_1); __Pyx_AddTraceback("_sagenb_flask_sage_notebook_sagenb_home_higherkevin_23_code_sage8_spyx_0.rank"); __pyx_r = 0; __pyx_L0:; __Pyx_XGIVEREF(__pyx_r); __Pyx_RefNannyFinishContext(); return __pyx_r; }