sqlite3.Connection.set_trace_callback()
  • References/Python/Python/Data Persistence

set_trace_callback(trace_callback) Registers trace_callback to be called for each SQL statement that is actually executed

2025-01-10 15:47:30
object.
  • References/Python/Python/Data Persistence

object.__getnewargs__() This method serve a similar purpose as __getnewargs_ex__() but for protocols 2 and newer

2025-01-10 15:47:30
sqlite3.Connection.set_authorizer()
  • References/Python/Python/Data Persistence

set_authorizer(authorizer_callback) This routine registers a callback. The callback is invoked for each attempt to access a

2025-01-10 15:47:30
shelve.Shelf.sync()
  • References/Python/Python/Data Persistence

Shelf.sync() Write back all entries in the cache if the shelf was opened with writeback set to

2025-01-10 15:47:30
shelve.BsdDbShelf
  • References/Python/Python/Data Persistence

class shelve.BsdDbShelf(dict, protocol=None, writeback=False, keyencoding='utf-8') A subclass of Shelf which exposes

2025-01-10 15:47:30
sqlite3.register_adapter()
  • References/Python/Python/Data Persistence

sqlite3.register_adapter(type, callable) Registers a callable to convert the custom Python type type into one of SQLite’s

2025-01-10 15:47:30
pickle.PickleError
  • References/Python/Python/Data Persistence

exception pickle.PickleError Common base class for the other pickling exceptions. It inherits

2025-01-10 15:47:30
pickle.dumps()
  • References/Python/Python/Data Persistence

pickle.dumps(obj, protocol=None, *, fix_imports=True) Return the pickled representation of the object as a

2025-01-10 15:47:30
sqlite3.complete_statement()
  • References/Python/Python/Data Persistence

sqlite3.complete_statement(sql) Returns

2025-01-10 15:47:30
dbm.gnu.error
  • References/Python/Python/Data Persistence

exception dbm.gnu.error Raised on dbm.gnu-specific errors, such as I/O errors.

2025-01-10 15:47:30