80 <p> |
80 <p> |
81 Constructor |
81 Constructor |
82 </p> |
82 </p> |
83 <dl> |
83 <dl> |
84 |
84 |
85 <dt><i>url</i></dt> |
85 <dt><i>url</i> (str)</dt> |
86 <dd> |
86 <dd> |
87 URL of the page (string) |
87 URL of the page |
88 </dd> |
88 </dd> |
89 <dt><i>title</i></dt> |
89 <dt><i>title</i> (str)</dt> |
90 <dd> |
90 <dd> |
91 title of the page (string) |
91 title of the page |
92 </dd> |
92 </dd> |
93 <dt><i>broken</i></dt> |
93 <dt><i>broken</i> (bool)</dt> |
94 <dd> |
94 <dd> |
95 flag indicating a broken connection (boolean) |
95 flag indicating a broken connection |
96 </dd> |
96 </dd> |
97 </dl> |
97 </dl> |
98 <a NAME="Page.__eq__" ID="Page.__eq__"></a> |
98 <a NAME="Page.__eq__" ID="Page.__eq__"></a> |
99 <h4>Page.__eq__</h4> |
99 <h4>Page.__eq__</h4> |
100 <b>__eq__</b>(<i>other</i>) |
100 <b>__eq__</b>(<i>other</i>) |
102 <p> |
102 <p> |
103 Special method implementing the equality operator. |
103 Special method implementing the equality operator. |
104 </p> |
104 </p> |
105 <dl> |
105 <dl> |
106 |
106 |
107 <dt><i>other</i></dt> |
107 <dt><i>other</i> (Page)</dt> |
108 <dd> |
108 <dd> |
109 reference to the other page object (Page) |
109 reference to the other page object |
110 </dd> |
110 </dd> |
111 </dl> |
111 </dl> |
112 <dl> |
112 <dl> |
113 <dt>Return:</dt> |
113 <dt>Return:</dt> |
114 <dd> |
114 <dd> |
115 flag indicating equality (boolean) |
115 flag indicating equality |
|
116 </dd> |
|
117 </dl> |
|
118 <dl> |
|
119 <dt>Return Type:</dt> |
|
120 <dd> |
|
121 bool |
116 </dd> |
122 </dd> |
117 </dl> |
123 </dl> |
118 <a NAME="Page.isValid" ID="Page.isValid"></a> |
124 <a NAME="Page.isValid" ID="Page.isValid"></a> |
119 <h4>Page.isValid</h4> |
125 <h4>Page.isValid</h4> |
120 <b>isValid</b>(<i></i>) |
126 <b>isValid</b>(<i></i>) |