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

Static Private Attributes

tuple _homepage_re = re.compile(r'<th>\s*home\s*page', re.I)
 FIXME: these regexes are horrible hacks: More...
 
tuple _download_re = re.compile(r'<th>\s*download\s+url', re.I)
 

Detailed Description

Represents one page, along with its URL

Member Data Documentation

tuple pip.index.HTMLPage._download_re = re.compile(r'<th>\s*download\s+url', re.I)
staticprivate
tuple pip.index.HTMLPage._homepage_re = re.compile(r'<th>\s*home\s*page', re.I)
staticprivate

FIXME: these regexes are horrible hacks:


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

Copyright 2014 Google Inc. All rights reserved.