dump(obj) Write a pickled representation of obj to the open file object given in the constructor.
connection This read-only attribute provides the SQLite database Connection used by the Cursor object
copyreg.constructor(object) Declares object to be a valid constructor. If object is not callable (and hence
sqlite3.version The version number of this module, as a string. This is not the version of the SQLite library.
class sqlite3.Row A Row instance serves as a highly optimized row_factory for Connection
object.__reduce__() The interface is currently defined as follows. The __reduce__() method takes no argument and
pickle.load(file, *, fix_imports=True, encoding="ASCII", errors="strict") Read a pickled object representation from the open
fast Deprecated. Enable fast mode if set to a true value. The fast mode disables the usage of memo, therefore speeding the pickling
exception dbm.dumb.error Raised on dbm.dumb-specific errors, such as I/O errors.
dbm.whichdb(filename) This function attempts to guess which of the several simple database modules available — dbm.gnu
Page 9 of 10