Lines Matching refs:value
1560 "memoryview: invalid value for format '%s'", fmt);
2225 >>> value = memoryview(b'\xb9\x01\xef')
2226 >>> value.hex()
2228 >>> value.hex(':')
2230 >>> value.hex(':', 2)
2232 >>> value.hex(':', -2)
2533 memory_ass_sub(PyMemoryViewObject *self, PyObject *key, PyObject *value)
2550 if (value == NULL) {
2558 return pack_single(self, ptr, value, fmt);
2580 return pack_single(self, ptr, value, fmt);
2589 if (PyObject_GetBuffer(value, &src, PyBUF_FULL_RO) < 0)
2619 return pack_single(self, ptr, value, fmt);