Home | History | Annotate | Download | only in Modules

Lines Matching refs:set_re_source

3233     if (!PyArg_ParseTuple(args,"s:set_re_source", &source))
3238 err = self->db->set_re_source(self->db, source);
8782 {"set_re_source", (PyCFunction)DB_set_re_source, METH_VARARGS},