Lines Matching defs:value
288 Return the absolute value of the argument.
677 value: object
681 Return value.__format__(format_spec)
689 builtin_format_impl(PyObject *module, PyObject *value, PyObject *format_spec)
692 return PyObject_Format(value, format_spec);
768 "compile(): invalid optimize value");
1140 "getattr(object, name[, default]) -> value\n\
1509 value: object
1512 Sets the named attribute on the given object to the specified value.
1519 PyObject *value)
1522 if (PyObject_SetAttr(obj, name, value) != 0)
1556 Return the hash value for the given object.
1558 Two objects that compare equal must also have the same hash value, but the
1776 maxval = NULL; /* the value associated with the result */
1778 /* get the value from the key function */
1784 /* no key function; the value is the item */
1790 /* maximum value and item are unset; set them */
1795 /* maximum value and item are set; update them as necessary */
1848 "min(iterable, *[, default=obj, key=func]) -> value\n\
1849 min(arg1, arg2, *args, *[, key=func]) -> value\n\
1865 "max(iterable, *[, default=obj, key=func]) -> value\n\
1866 max(arg1, arg2, *args, *[, key=func]) -> value\n\
1977 string appended after the last value, default a newline.
2310 The return value is an integer if ndigits is omitted or None. Otherwise
2311 the return value has the same type as the number. ndigits may be negative.
2440 Return the sum of a 'start' value (default: 0) plus an iterable of numbers
2442 When the iterable is empty, return the start value.
2564 long value;
2566 value = PyLong_AsLongAndOverflow(item, &overflow);
2568 f_result += (double)value;
2609 would change the value of empty. In fact, using
3010 objects with the same name as a built-in value, but in\n\