Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.c175 PyObject* py_decltype; in pysqlite_build_row_cast_map() local
221 py_decltype = PyString_FromStringAndSize(decltype, pos - decltype); in pysqlite_build_row_cast_map()
222 if (!py_decltype) { in pysqlite_build_row_cast_map()
229 converter = _pysqlite_get_converter(py_decltype); in pysqlite_build_row_cast_map()
230 Py_DECREF(py_decltype); in pysqlite_build_row_cast_map()