Searched refs:Union_Type (Results 1 – 2 of 2) sorted by relevance
4261 static PyTypeObject Union_Type = { variable5511 Py_TYPE(&Union_Type) = &UnionType_Type; in PyInit__ctypes()5512 Union_Type.tp_base = &PyCData_Type; in PyInit__ctypes()5513 if (PyType_Ready(&Union_Type) < 0) in PyInit__ctypes()5515 Py_INCREF(&Union_Type); in PyInit__ctypes()5516 PyModule_AddObject(m, "Union", (PyObject *)&Union_Type); in PyInit__ctypes()
4374 static PyTypeObject Union_Type = { variable5748 Py_TYPE(&Union_Type) = &UnionType_Type; in init_ctypes()5749 Union_Type.tp_base = &PyCData_Type; in init_ctypes()5750 if (PyType_Ready(&Union_Type) < 0) in init_ctypes()5752 Py_INCREF(&Union_Type); in init_ctypes()5753 PyModule_AddObject(m, "Union", (PyObject *)&Union_Type); in init_ctypes()