Module urllib2 :: Class HTTPPasswordMgr
[hide private]
[frames] | no frames]

Class HTTPPasswordMgr

Known Subclasses:

Instance Methods [hide private]
 
__init__(self)
 
add_password(self, realm, uri, user, passwd)
 
find_user_password(self, realm, authuri)
 
reduce_uri(self, uri, default_port=True)
Accept authority or URI and extract only the authority and path.
 
is_suburi(self, base, test)
Check if test is below base in a URI tree
Method Details [hide private]

is_suburi(self, base, test)

 

Check if test is below base in a URI tree

Both args must be URIs in reduced form.