Searched refs:StructParam_Type (Results 1 – 2 of 2) sorted by relevance
47 PyTypeObject *StructParam_Type; member
604 PyTypeObject *tp = st->StructParam_Type; in StructUnionType_paramfunc()5814 CREATE_TYPE(st->StructParam_Type, &structparam_spec, NULL, NULL); in _ctypes_add_types()5921 Py_VISIT(st->StructParam_Type); in module_traverse()5956 Py_CLEAR(st->StructParam_Type); in module_clear()