Searched refs:Struct_Type (Results 1 – 3 of 3) sorted by relevance
56 PyTypeObject *Struct_Type; member
5788 MOD_ADD_TYPE(st->Struct_Type, &pycstruct_spec, in _ctypes_add_types()5929 Py_VISIT(st->Struct_Type); in module_traverse()5964 Py_CLEAR(st->Struct_Type); in module_clear()
371 Modules/_ctypes/_ctypes.c - Struct_Type -