Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testcapimodule.c6910 } HeapCTypeWithWeakrefObject; typedef
6913 {"weakreflist", T_OBJECT, offsetof(HeapCTypeWithWeakrefObject, weakreflist)},
6915 offsetof(HeapCTypeWithWeakrefObject, weakreflist), READONLY},
6920 heapctypewithweakref_dealloc(HeapCTypeWithWeakrefObject* self) in heapctypewithweakref_dealloc()
6939 sizeof(HeapCTypeWithWeakrefObject),