Package amplee :: Package contrib :: Module crawler :: Class Options
[hide private]
[frames] | no frames]

Class Options

source code

object --+
         |
        Options

Instance Methods [hide private]
 
__init__(self, service_uri)
Dummy class to carry different options used throughout the process.
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, service_uri)
(Constructor)

source code 

Dummy class to carry different options used throughout the process.

When you use the Crawler class from your own code and not as a module you must pass an instance of this class.

The ``service_uri`` is the only compulsory value to be set.
Overrides: object.__init__