def __init__(self, ui, website, config=None): UIElement.__init__(self, ui) self.editor_ui = None self.website = website self.config = config or copy.deepcopy(self.default_config)
def __init__(self, ui, website, config=None): UIElement.__init__(self, ui) self.website = website self.config = config or self.default_config.copy()
def __init__(self, ui, website, config=None): UIElement.__init__(self, ui) self.website = website self.config = config or self.default_config