Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/clinic/
Dcursor.c.h91 PyObject *seq_of_parameters);
98 PyObject *seq_of_parameters; in pysqlite_cursor_executemany() local
108 seq_of_parameters = args[1]; in pysqlite_cursor_executemany()
109 return_value = pysqlite_cursor_executemany_impl(self, sql, seq_of_parameters); in pysqlite_cursor_executemany()
/external/python/cpython3/Modules/_sqlite/
Dcursor.c1009 PyObject *seq_of_parameters) in pysqlite_cursor_executemany_impl() argument
1012 return _pysqlite_query_execute(self, 1, sql, seq_of_parameters); in pysqlite_cursor_executemany_impl()