Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/clinic/
Drow.c.h49 pysqlite_row_keys_impl(pysqlite_Row *self);
54 return pysqlite_row_keys_impl(self); in pysqlite_row_keys()
/external/python/cpython3/Modules/_sqlite/
Drow.c182 pysqlite_row_keys_impl(pysqlite_Row *self) in pysqlite_row_keys_impl() function