Lines Matching refs:value2
2051 const Py_UNICODE *value1, *value2;
2065 value2 = PyUnicode_AS_UNICODE(obj);
2068 if (!PyArg_ParseTuple(tuple, "ZZ:test_Z_code", &value1, &value2)) {
2074 if (value2 != NULL)
2079 value2 = PyUnicode_AS_UNICODE(obj);
2085 &value2, &len2))
2093 if (value2 != NULL ||
7528 "__init__ sets the 'value' attribute to 10 and 'value2' to 20.");
7532 int value2;
7543 ((HeapCTypeSubclassObject *)self)->value2 = 20;
7548 {"value2", T_INT, offsetof(HeapCTypeSubclassObject, value2)},
7611 "__init__ sets the 'value' attribute to 10 and 'value2' to 20.");