class documentation

class DownloadFiles(dict): (source)

View In Hierarchy

A special dictionary for download files. .. important:: This class would be refactored in nearly future. Hence don't hack this directly.

Method add_file Undocumented
Method merge_other Undocumented
Method purge_doc Undocumented
def add_file(self, docname, filename): (source)

Undocumented

Parameters
docname:strUndocumented
filename:strUndocumented
Returns
strUndocumented
def merge_other(self, docnames, other): (source)

Undocumented

Parameters
docnames:set[str]Undocumented
other:dict[str, tuple[set[str], Any]]Undocumented
def purge_doc(self, docname): (source)

Undocumented

Parameters
docname:strUndocumented