Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
A TaskRecord backend using sqlite3
Authors:
Bases: IPython.parallel.controller.dictdb.BaseDB
SQLite3 TaskRecord backend.
Add a new Task Record, by msg_id.
Remove a record from the DB.
Remove a record from the DB.
Find records matching a query dict, optionally extracting subset of keys.
Returns list of matching records.
Parameters: | check: dict
keys: list of strs [optional]
|
---|
get all msg_ids, ordered by time submitted.
Get a specific Task Record, by msg_id.
Update the data in an existing record.