Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/clinic/
Dconnection.c.h481 …{"executescript", (PyCFunction)pysqlite_connection_executescript, METH_O, pysqlite_connection_exec…
/third_party/python/Modules/_sqlite/
Dconnection.c1490 pysqlite_connection_executescript(pysqlite_Connection *self, in pysqlite_connection_executescript() function