HomeSort by relevance Sort by last modified time
    Searched refs:Py_SETREF (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/python/cpython2/Modules/
_functoolsmodule.c 323 Py_SETREF(pto->fn, fn);
324 Py_SETREF(pto->args, fnargs);
325 Py_SETREF(pto->kw, kw);
_curses_panel.c 292 Py_SETREF(po->wo, temp);
zlibmodule.c 554 Py_SETREF(self->unused_data, new_data);
568 Py_SETREF(self->unconsumed_tail, new_data);
    [all...]
_elementtree.c     [all...]
signalmodule.c 624 Py_SETREF(Handlers[SIGINT].func, IntHandler);
  /external/python/cpython3/Modules/
_functoolsmodule.c 245 Py_SETREF(arglist, PyUnicode_FromFormat("%U, %R", arglist,
253 Py_SETREF(arglist, PyUnicode_FromFormat("%U, %U=%R", arglist,
321 Py_SETREF(pto->fn, fn);
322 Py_SETREF(pto->args, fnargs);
323 Py_SETREF(pto->kw, kw);
    [all...]
_curses_panel.c 321 Py_SETREF(po->wo, temp);
zlibmodule.c 728 Py_SETREF(self->unused_data, new_data);
742 Py_SETREF(self->unconsumed_tail, new_data);
    [all...]
  /external/python/cpython2/Python/
errors.c 232 Py_SETREF(*exc, PyExc_RuntimeError);
234 Py_SETREF(*val, PyExc_RecursionErrorInst);
  /external/python/cpython2/Modules/_sqlite/
cursor.c 545 Py_SETREF(self->description, Py_None);
570 Py_SETREF(self->statement,
682 Py_SETREF(self->description, PyTuple_New(numcols));
    [all...]
connection.c 231 Py_SETREF(self->statement_cache,
827 Py_SETREF(self->statements, new_list);
858 Py_SETREF(self->cursors, new_list);
    [all...]
  /external/python/cpython3/Modules/_sqlite/
cursor.c 474 Py_SETREF(self->description, Py_None);
499 Py_SETREF(self->statement,
590 Py_SETREF(self->description, PyTuple_New(numcols));
connection.c 786 Py_SETREF(self->statements, new_list);
817 Py_SETREF(self->cursors, new_list);
    [all...]
  /external/python/cpython3/Python/
errors.c 313 Py_SETREF(*exc, PyExc_RecursionError);
315 Py_SETREF(*val, PyExc_RecursionErrorInst);
peephole.c 204 Py_SETREF(newconst, PyFrozenSet_New(newconst));
  /external/python/cpython3/Modules/_ctypes/
_ctypes.c 388 Py_SETREF(result->tp_dict, (PyObject *)dict);
962 Py_SETREF(result->tp_dict, (PyObject *)stgdict);
    [all...]
  /external/python/cpython3/Objects/
floatobject.c     [all...]
abstract.c     [all...]
funcobject.c 507 Py_SETREF(newfunc->func_name, name);
  /external/python/cpython2/Include/
object.h 836 * Py_SETREF(op, op2);
842 * Py_XSETREF is a variant of Py_SETREF that uses Py_XDECREF instead of
846 #define Py_SETREF(op, op2) \
    [all...]
  /external/python/cpython2/Objects/
funcobject.c 431 Py_SETREF(newfunc->func_name, name);
exceptions.c 62 Py_SETREF(self->args, args);
625 Py_SETREF(self->args, subslice);
    [all...]
  /external/python/cpython3/Include/
object.h 865 * Py_SETREF(op, op2);
871 * Py_XSETREF is a variant of Py_SETREF that uses Py_XDECREF instead o
    [all...]
  /external/python/cpython3/Modules/_io/
bytesio.c 99 Py_SETREF(self->buf, new_buf);
    [all...]
  /external/python/cpython2/Modules/_ctypes/
_ctypes.c 428 Py_SETREF(result->tp_dict, (PyObject *)dict);
    [all...]

Completed in 469 milliseconds

1 2 3