HomeSort by relevance Sort by last modified time
    Searched defs:pysqlite_StatementType (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
statement.c 497 PyTypeObject pysqlite_StatementType = {
541 pysqlite_StatementType.tp_new = PyType_GenericNew;
542 return PyType_Ready(&pysqlite_StatementType);
  /external/python/cpython2/Modules/_sqlite/
statement.c 502 PyTypeObject pysqlite_StatementType = {
546 pysqlite_StatementType.tp_new = PyType_GenericNew;
547 return PyType_Ready(&pysqlite_StatementType);
  /external/python/cpython3/Modules/_sqlite/
statement.c 498 PyTypeObject pysqlite_StatementType = {
542 pysqlite_StatementType.tp_new = PyType_GenericNew;
543 return PyType_Ready(&pysqlite_StatementType);

Completed in 52 milliseconds