Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_testcapimodule.c7808 } HeapCTypeSetattrObject; typedef
7811 {"pvalue", T_LONG, offsetof(HeapCTypeSetattrObject, value)},
7818 ((HeapCTypeSetattrObject *)self)->value = 10; in heapctypesetattr_init()
7823 heapctypesetattr_dealloc(HeapCTypeSetattrObject *self) in heapctypesetattr_dealloc()
7831 heapctypesetattr_setattro(HeapCTypeSetattrObject *self, PyObject *attr, PyObject *value) in heapctypesetattr_setattro()
7869 sizeof(HeapCTypeSetattrObject),

Completed in 11 milliseconds