Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/clinic/
D_sqlite3.connect.c.h30 …{"connect", _PyCFunction_CAST(pysqlite_connect), METH_FASTCALL|METH_KEYWORDS, pysqlite_connect__do…
/external/python/cpython3/Modules/_sqlite/
Dmodule.c59 pysqlite_connect(PyObject *module, PyObject *const *args, Py_ssize_t nargsf, in pysqlite_connect() function
247 …{"connect", _PyCFunction_CAST(pysqlite_connect), METH_FASTCALL|METH_KEYWORDS, pysqlite_connect__do…