OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Str_Type
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c
215
static PyTypeObject
Str_Type
= {
349
Str_Type
.tp_base = &PyUnicode_Type;
371
if (PyType_Ready(&
Str_Type
) < 0)
373
PyModule_AddObject(m, "Str", (PyObject *)&
Str_Type
);
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c
215
static PyTypeObject
Str_Type
= {
349
Str_Type
.tp_base = &PyUnicode_Type;
371
if (PyType_Ready(&
Str_Type
) < 0)
373
PyModule_AddObject(m, "Str", (PyObject *)&
Str_Type
);
Completed in 293 milliseconds