class documentation

class HistoryList(list): (source)

View In Hierarchy

A list of HistoryPaths which takes care of serialization when saving in a config file, and de-serialization on construction.
Method __getitem__ Undocumented
Method __init__ No summary
Method index Undocumented
Method serialize_zim_config Serialize to string @returns: the list content as a json formatted string
def __getitem__(self, i): (source)

Undocumented

def __init__(self, list): (source)
Constructor
Parameters
lista list of 3-tuples giving path name, cursor position and scroll position. Will be converted in a list with HistoryPaths
def index(self, path): (source)

Undocumented

def serialize_zim_config(self): (source)
Serialize to string
Returns
the list content as a json formatted string