Searched refs:PYSQLITE_VERSION (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Modules/_sqlite/ | ||
H A D | module.h | 29 #define PYSQLITE_VERSION "2.6.0" macro |
H A D | module.c | 738 if (PyModule_AddStringConstant(module, "version", PYSQLITE_VERSION) < 0) { in module_exec() |
Completed in 2 milliseconds