def __init__(self, parent, id, name, browser): wx.Notebook.__init__(self, parent, id, name=name) self.browser = browser self.BuildTag()