Lines Matching defs:attribute
3276 char *attribute;
3349 sprintf(buffer, "%s module: \"%s\" attribute: \"%s\"", \
3350 x, known->module, known->attribute); \
3362 object = PyObject_GetAttrString(module, known->attribute);
7446 "The 'value' attribute is set to 10 in __init__.");
7500 "The 'value' attribute is set to 10 in __init__.");
7528 "__init__ sets the 'value' attribute to 10 and 'value2' to 20.");
7611 "__init__ sets the 'value' attribute to 10 and 'value2' to 20.");
7803 "The 'value' attribute is set to 10 in __init__ and updated via attribute setting.");