Searched refs:tp_getset (Results 1 – 4 of 4) sorted by relevance
382 struct PyGetSetDef *tp_getset; member
2438 type->tp_getset = subtype_getsets_full; in type_new()2440 type->tp_getset = subtype_getsets_weakref_only; in type_new()2442 type->tp_getset = subtype_getsets_dict_only; in type_new()2444 type->tp_getset = NULL; in type_new()4051 if (type->tp_getset != NULL) {4052 if (add_getset(type, type->tp_getset) < 0)
2418 type->tp_getset = subtype_getsets_full; in type_new()2420 type->tp_getset = subtype_getsets_weakref_only; in type_new()2422 type->tp_getset = subtype_getsets_dict_only; in type_new()2424 type->tp_getset = NULL; in type_new()4016 if (type->tp_getset != NULL) {4017 if (add_getset(type, type->tp_getset) < 0)