Ejemplo n.º 1
0
 def __init__(self, d):
     self.type = self.parse_string(d, "type")
     self._filter_cls, config_cls = Configurable.parse(__name__, self.type)
     self.config = self.parse_object(d, "config", config_cls)