Package Products :: Package DataCollector :: Module ApplyDataMap
[hide private]
[frames] | no frames]

Module ApplyDataMap

source code

Classes [hide private]
ApplyDataMap
ApplyDataMapThread
Thread that applies datamaps to a device.
Functions [hide private]
 
isSameData(x, y)
A more comprehensive check to see if existing model data is the same as newly modeled data.
source code
Variables [hide private]
  log = logging.getLogger("zen.ApplyDataMap")
  zenmarker = "__ZENMARKER__"
  CLASSIFIER_CLASS = '/Classifier'
  _notAscii = dict.fromkeys(range(128, 256), u'?')
Function Details [hide private]

isSameData(x, y)

source code 

A more comprehensive check to see if existing model data is the same as newly modeled data. The primary focus is comparing unsorted lists of dictionaries.