eric6.WebBrowser.SpeedDial.Page
Module implementing a structure to hold the data for a speed dial page.
Global Attributes
Classes
Page |
Class to hold the data for a speed dial page. |
Functions
Page
Class to hold the data for a speed dial page.
Derived from
object
Class Attributes
Class Methods
Methods
Page |
Constructor |
__eq__ |
Special method implementing the equality operator. |
isValid |
Public method to check the validity. |
Static Methods
Page (Constructor)
Page(url="", title="", broken=False)
Constructor
- url
-
URL of the page (string)
- title
-
title of the page (string)
- broken
-
flag indicating a broken connection (boolean)
Page.__eq__
__eq__(other)
Special method implementing the equality operator.
- other
-
reference to the other page object (Page)
- Returns:
-
flag indicating equality (boolean)
Page.isValid
isValid()
Public method to check the validity.
- Returns:
-
flag indicating a valid object
- Return Type:
-
bool