class documentation

class DownloadFiles(dict):

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):

Undocumented

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

Undocumented

Parameters
docnames:Set[str]Undocumented
other:Dict[str, Tuple[Set[str], Any]]Undocumented
def purge_doc(self, docname):

Undocumented

Parameters
docname:strUndocumented