class documentation

class MHTMLExporter(Exporter): (source)

View In Hierarchy

Exporter that exports pages and attachments to a single MHTML file.
Method __init__ Undocumented
Method export_iter Export pages while yielding page objects that are exported for progress monitoring
Instance Variable document_root_url Undocumented
Instance Variable file Undocumented
Instance Variable template Undocumented

Inherited from Exporter:

Method export Export pages @param pages: a PageSelection object
def __init__(self, file, template, document_root_url=None): (source)

Undocumented

def export_iter(self, pages): (source)

Export pages while yielding page objects that are exported for progress monitoring

Also note that implementations must be robust to ignore errors when exporting pages.

Parameters
pagesa PageSelection object
Unknown Field: implementation
must be implemented by subclasses
document_root_url = (source)

Undocumented

file = (source)

Undocumented

template = (source)

Undocumented