Helpviewer/SpeedDial/Page.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2538
b2642e7a4c18
parent 2954
bf0215fe12d1
child 3060
5883ce99ee12
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
19 """ 19 """
20 Constructor 20 Constructor
21 21
22 @param url URL of the page (string) 22 @param url URL of the page (string)
23 @param title title of the page (string) 23 @param title title of the page (string)
24 @param broken flag indicating a broken connection (boolean)
24 """ 25 """
25 self.url = url 26 self.url = url
26 self.title = title 27 self.title = title
27 self.broken = broken 28 self.broken = broken
28 29

eric ide

mercurial