def __init__(self, dictionary, cfg, factory): BaseOperation.__init__(self) self._dictionary = dictionary self._cfg = cfg self._factory = factory
def __init__(self, cfg): BaseOperation.__init__(self) self._cfg = cfg
def __init__(self, dictionary): BaseOperation.__init__(self) self._dictionary = dictionary