sqlite3.sqlite_version

sqlite3.sqlite_version The version number of the run-time SQLite library, as a string.

2016-10-07 17:42:41
pickle.Unpickler.find_class()

find_class(module, name) Import module if necessary and return the object called name from it, where the module

2016-10-07 17:40:41
dbm.gnu.gdbm.close()

gdbm.close() Close the gdbm database.

2016-10-07 17:31:07
sqlite3.Connection.iterdump()

iterdump() Returns an iterator to dump the database in an SQL text format. Useful when saving an in-memory database for later

2016-10-07 17:42:36
pickle.PicklingError

exception pickle.PicklingError Error raised when an unpicklable object is encountered by Pickler. It inherits

2016-10-07 17:40:40
sqlite3.Cursor.executemany()

executemany(sql, seq_of_parameters) Executes an SQL command against all parameter sequences or mappings found in the sequence

2016-10-07 17:42:39
dbm.dumb.dumbdbm.sync()

dumbdbm.sync() Synchronize the on-disk directory and data files. This method is called by the Shelve.sync() method

2016-10-07 17:31:06
sqlite3.Connection

class sqlite3.Connection A SQLite database connection has the following attributes and methods:

2016-10-07 17:42:34
sqlite3.enable_callback_tracebacks()

sqlite3.enable_callback_tracebacks(flag) By default you will not get any tracebacks in user-defined functions, aggregates, converters

2016-10-07 17:42:41
pickle.Pickler.fast

fast Deprecated. Enable fast mode if set to a true value. The fast mode disables the usage of memo, therefore speeding the pickling

2016-10-07 17:40:40