Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Static Private Attributes | List of all members
pip._vendor.distlib.locators.Page Class Reference
Inheritance diagram for pip._vendor.distlib.locators.Page:
_object

Static Private Attributes

tuple _href = re.compile("""(rel\s*=\s*(?:"(?P<rel1>[^"]*)"|'(?P<rel2>[^']*)'|(?P<rel3>[^>\s\n]*))\s+)
 

Detailed Description

This class represents a scraped HTML page.

Member Data Documentation

tuple pip._vendor.distlib.locators.Page._href = re.compile("""(rel\s*=\s*(?:"(?P<rel1>[^"]*)"|'(?P<rel2>[^']*)'|(?P<rel3>[^>\s\n]*))\s+)
staticprivate

The documentation for this class was generated from the following file:

Copyright 2014 Google Inc. All rights reserved.