copyreg.pickle(type, function, constructor=None) Declares that function should be used as a “reduction” function for
set_authorizer(authorizer_callback) This routine registers a callback. The callback is invoked for each attempt to access a
marshal.load(file) Read one value from the open file and return it. If no valid value is read (e.g. because the data has a different
load_extension(path) This routine loads a SQLite extension from a shared library. You have to enable extension loading with
exception dbm.ndbm.error Raised on dbm.ndbm-specific errors, such as I/O errors.
dbm.ndbm.library Name of the ndbm implementation library used.
marshal.loads(string) Convert the string to a value. If no valid value is found, raise
create_collation(name, callable) Creates a collation with the specified name and callable. The callable will
sqlite3.version_info The version number of this module, as a tuple of integers. This is not the version of the SQLite library
set_trace_callback(trace_callback) Registers trace_callback to be called for each SQL statement that is actually executed
Page 3 of 10