Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/clinic/
Dconnection.c.h819 pysqlite_connection_set_progress_handler_impl(pysqlite_Connection *self,
886 return_value = pysqlite_connection_set_progress_handler_impl(self, cls, callable, n); in pysqlite_connection_set_progress_handler()
/external/python/cpython3/Modules/_sqlite/
Dconnection.c1556 pysqlite_connection_set_progress_handler_impl(pysqlite_Connection *self, in pysqlite_connection_set_progress_handler_impl() function