Searched refs:set_h_ffactor (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Lib/bsddb/test/
H A Dtest_db.py68 self.db.set_h_ffactor(ffactor)
/external/python/cpython2/Lib/bsddb/
H A Ddbobj.py198 def set_h_ffactor(self, *args, **kwargs): member in class:DB
199 return self._cobj.set_h_ffactor(*args, **kwargs)
H A D__init__.py362 if ffactor is not None: d.set_h_ffactor(ffactor)
/external/python/cpython2/Modules/
H A D_bsddb.c2984 if (!PyArg_ParseTuple(args,"i:set_h_ffactor", &ffactor))
2989 err = self->db->set_h_ffactor(self->db, ffactor);
8744 {"set_h_ffactor", (PyCFunction)DB_set_h_ffactor, METH_VARARGS},

Completed in 156 milliseconds