Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_ctypes/
D_ctypes.c867 static PyTypeObject UnionType_Type = { variable
5476 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()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c910 static PyTypeObject UnionType_Type = { variable
5713 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()