Exemplo n.º 1
0
 def to_dict(self):
   ''' Return the class as a dictionary. '''
   d = Detector.to_dict(self)
   d['hierarchy'] = self._root.to_dict()
   return d