Lines Matching refs:_HistoryOperation
106 class _HistoryOperation(object):
107 """A _HistoryOperation object is a representation of data about an
119 h = _HistoryOperation()
215 if not _HistoryOperation.result_l10n:
219 _HistoryOperation.result_l10n = {
241 return (_HistoryOperation.result_l10n[self.result[0]],
242 _HistoryOperation.result_l10n[self.result[1]])
248 uses the _HistoryOperation class to represent the data about an
329 "operation": _HistoryOperation()
490 XML 'node' object and return a _HistoryOperation object.
492 op = _HistoryOperation()