Home | History | Annotate | Download | only in bsddb

Lines Matching full:getattr

210                     v = getattr(self._dbcursor, "next")()
224 return getattr(self._db,"has_key")(bytes(key, "iso8859-1"),
262 if not getattr(self.db, "has_key")(_table_names_key, txn):
263 getattr(self.db, "put_bytes", self.db.put) \
329 if getattr(self.db, "has_key")(columnlist_key):
334 getattr(self.db, "put_bytes", self.db.put)(columnlist_key,
338 tablelist = pickle.loads(getattr(self.db, "get_bytes",
343 getattr(self.db, "put_bytes", self.db.put)(_table_names_key,
366 if not getattr(self.db, "has_key")(columnlist_key):
368 pickledcolumnlist = getattr(self.db, "get_bytes",
405 getattr(self.db, "get_bytes",
424 getattr(self.db, "put_bytes", self.db.put)(columnlist_key,
445 tcolpickles = getattr(self.db, "get_bytes",
487 if not getattr(self.db, "has_key")(_columns_key(table)):
822 getattr(self.db, "get_bytes", self.db.get)(_table_names_key,
831 getattr(self.db, "put_bytes", self.db.put)(_table_names_key,