Package sabx10 :: Package oxm :: Module parse :: Class Photo
[hide private]
[frames] | no frames]

Class Photo

source code

object --+
         |
        Photo

A Photo object holds the information for an "a" HTML element that links to photos of the ride.

Instance Methods [hide private]
 
__init__(self, desc, href)
Save the passed-in data.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables [hide private]
string desc
description of what this links to
string href
URL of the link
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, desc, href)
(Constructor)

source code 

Save the passed-in data.

Parameters:
  • desc (string) - description of what this links to
  • href (string) - URL of the link
Overrides: object.__init__