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

Class Crawler

source code

object --+
         |
        Crawler

Instance Methods [hide private]
 
__init__(self, options)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
create_logger(self) source code
 
prepare_test_mapping(self) source code
 
encode_slug(self, slug, encoding='utf-8') source code
 
get_random_slug(self) source code
 
get_random_text(self) source code
 
log(self, msg, level=10) source code
 
request(self, url, method='GET', body=None, headers=None) source code
 
build_url(self, href, base_uri=None) source code
 
parse_response(self, r) source code
 
text(self, e, name, ns) source code
 
check(self, token, expected) source code
 
handle_service(self) source code
 
handle_workspace(self, w, base_uri=None) source code
 
handle_collection(self, c, base_uri=None) source code
 
handle_collection_feed(self, c, base_uri=None) source code
 
handle_accept(self, a) source code
 
handle_categories(self, c, base_uri=None) source code
 
handle_category(self, c) source code
 
perform_tests(self, collection, accepts, base_uri) source code
 
run(self) 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, options)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)