Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/
Dcursor.c126 PyObject* py_decltype; in pysqlite_build_row_cast_map() local
171 py_decltype = PyUnicode_FromStringAndSize(decltype, pos - decltype); in pysqlite_build_row_cast_map()
172 if (!py_decltype) { in pysqlite_build_row_cast_map()
179 converter = _pysqlite_get_converter(py_decltype); in pysqlite_build_row_cast_map()
180 Py_DECREF(py_decltype); in pysqlite_build_row_cast_map()
/external/python/cpython2/Modules/_sqlite/
Dcursor.c164 PyObject* py_decltype; in pysqlite_build_row_cast_map() local
209 py_decltype = PyString_FromStringAndSize(decltype, pos - decltype); in pysqlite_build_row_cast_map()
210 if (!py_decltype) { in pysqlite_build_row_cast_map()
217 converter = _pysqlite_get_converter(py_decltype); in pysqlite_build_row_cast_map()
218 Py_DECREF(py_decltype); in pysqlite_build_row_cast_map()