Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testcapimodule.c6454 } HeapCTypeWithDictObject; typedef
6457 heapctypewithdict_dealloc(HeapCTypeWithDictObject* self) in heapctypewithdict_dealloc()
6472 {"dictobj", T_OBJECT, offsetof(HeapCTypeWithDictObject, dict)},
6473 {"__dictoffset__", T_PYSSIZET, offsetof(HeapCTypeWithDictObject, dict), READONLY},
6486 sizeof(HeapCTypeWithDictObject),
6493 {"dictobj", T_OBJECT, offsetof(HeapCTypeWithDictObject, dict)},
6507 sizeof(HeapCTypeWithDictObject),