Searched refs:_HistoryOperation (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/client/
H A Dhistory.py106 class _HistoryOperation(object): class in inherits: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 objec
[all...]

Completed in 9 milliseconds