Lines Matching defs:to
21 # 13-Dec-2000: Updated to be used with the new bsddb3 package.
41 import cPickle # Will be converted to "pickle" by "2to3"
120 """A shelf to hold pickled objects, built upon a bsddb DB object. It
121 automatically pickles/unpickles data objects going to/from the DB.
137 """Many methods we can just pass through to the DB object.
176 # Or is it enough to pass thru "getattr"?
246 # given nothing is passed to the extension module. That way
278 # Methods allowed to pass-through to self.db
298 """Some methods we can just pass through to the cursor object. (See below)"""
377 # Methods allowed to pass-through to self.dbc