Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_ctypes/
D_ctypes.c4261 static PyTypeObject Union_Type = { variable
5511 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()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c4374 static PyTypeObject Union_Type = { variable
5748 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()