Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dblob.c.h155 {"tell", (PyCFunction)blob_tell, METH_NOARGS, blob_tell__doc__},
161 blob_tell(pysqlite_Blob *self, PyObject *Py_UNUSED(ignored)) in blob_tell() function