Home
last modified time | relevance | path

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

/dports/databases/py-apsw/apsw-3.35.4-r1/src/
H A Dconnection.c1167 Connection_setcommithook(Connection *self, PyObject *callable) in Connection_setcommithook() function
3454 {"setcommithook", (PyCFunction)Connection_setcommithook, METH_O,