OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Null_Type
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c
270
static PyTypeObject
Null_Type
= {
347
Null_Type
.tp_base = &PyBaseObject_Type;
348
Null_Type
.tp_new = PyType_GenericNew;
376
if (PyType_Ready(&
Null_Type
) < 0)
378
PyModule_AddObject(m, "Null", (PyObject *)&
Null_Type
);
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c
270
static PyTypeObject
Null_Type
= {
347
Null_Type
.tp_base = &PyBaseObject_Type;
348
Null_Type
.tp_new = PyType_GenericNew;
376
if (PyType_Ready(&
Null_Type
) < 0)
378
PyModule_AddObject(m, "Null", (PyObject *)&
Null_Type
);
Completed in 154 milliseconds