Home
last modified time | relevance | path

Searched refs:HeapCTypeSetattrObject (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Modules/
D_testcapimodule.c6952 } HeapCTypeSetattrObject; typedef
6955 {"pvalue", T_LONG, offsetof(HeapCTypeSetattrObject, value)},
6962 ((HeapCTypeSetattrObject *)self)->value = 10; in heapctypesetattr_init()
6967 heapctypesetattr_dealloc(HeapCTypeSetattrObject *self) in heapctypesetattr_dealloc()
6975 heapctypesetattr_setattro(HeapCTypeSetattrObject *self, PyObject *attr, PyObject *value) in heapctypesetattr_setattro()
7013 sizeof(HeapCTypeSetattrObject),