Searched refs:UnionType_Type (Results 1 – 2 of 2) sorted by relevance
867 static PyTypeObject UnionType_Type = { variable5476 UnionType_Type.tp_base = &PyType_Type; in PyInit__ctypes()5477 if (PyType_Ready(&UnionType_Type) < 0) in PyInit__ctypes()5511 Py_TYPE(&Union_Type) = &UnionType_Type; in PyInit__ctypes()
910 static PyTypeObject UnionType_Type = { variable5713 UnionType_Type.tp_base = &PyType_Type; in init_ctypes()5714 if (PyType_Ready(&UnionType_Type) < 0) in init_ctypes()5748 Py_TYPE(&Union_Type) = &UnionType_Type; in init_ctypes()