eric6.Helpviewer.SpeedDial.Page

Module implementing a structure to hold the data for a speed dial page.

Global Attributes

None

Classes

Page Class to hold the data for a speed dial page.

Functions

None


Page

Class to hold the data for a speed dial page.

Derived from

object

Class Attributes

None

Class Methods

None

Methods

Page Constructor
__eq__ Special method implementing the equality operator.

Static Methods

None

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)
Up