Helpviewer/SpeedDial/Page.py

changeset 2954
bf0215fe12d1
parent 2302
f29e9405c851
child 3035
36e9f388958b
child 3057
10516539f238
equal deleted inserted replaced
2953:703452a2876f 2954:bf0215fe12d1
16 """ 16 """
17 Constructor 17 Constructor
18 18
19 @param url URL of the page (string) 19 @param url URL of the page (string)
20 @param title title of the page (string) 20 @param title title of the page (string)
21 @param broken flag indicating a broken connection (boolean)
21 """ 22 """
22 self.url = url 23 self.url = url
23 self.title = title 24 self.title = title
24 self.broken = broken 25 self.broken = broken
25 26

eric ide

mercurial