l.b.e.m.MantisBugBatchParser : class documentation

Part of lp.bugs.externalbugtracker.mantis View In Hierarchy

A class that parses the batch of bug data.

Using the CSV reader is pretty much essential since the data that comes back can include title text which can in turn contain field separators. You don't want to handle the unquoting yourself.

Method __init__ Undocumented
Method processCSVBugLine Processes a single line of the CSV.
Method parseHeaderLine Undocumented
Method getBugs Undocumented
def __init__(self, csv_data, logger):
Undocumented
def processCSVBugLine(self, bug_line, headers):
Processes a single line of the CSV.
def parseHeaderLine(self, reader):
Undocumented
def getBugs(self):
Undocumented
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.