Lines Matching refs:value
328 PyObject *value;
330 value = Py_BuildValue("O(OO)(OOO)", Py_TYPE(lz),
333 value = Py_BuildValue("O(OO)", Py_TYPE(lz),
336 return value;
567 pointers), the value should be a multiple of 16 minus space for
569 value, the less memory overhead per object and the less time spent
621 PyObject *value;
625 value = tdo->values[i];
635 value = PyIter_Next(tdo->it);
637 if (value == NULL)
640 tdo->values[i] = value;
642 Py_INCREF(value);
643 return value;
773 PyVarObject_HEAD_INIT(0, 0) /* Must fill in type value later */
819 PyObject *value, *link;
828 value = teedataobject_getitem(to->dataobj, to->index);
829 if (value == NULL)
832 return value;
1803 specified as another value, step determines how many values are\n\
2727 their maximum value and we're done. */
2733 to its lowest possible value (one higher than the index
3064 their maximum value and we're done. */
3069 maximum. Then set all to the right to the same value. */
4823 groupby(iterable[, keyfunc]) --> sub-iterators grouped by value of keyfunc(v)\n\