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

Class HTTPPasswordMgr


Method Summary
  __init__(self)
  add_password(self, realm, uri, user, passwd)
  find_user_password(self, realm, authuri)
  is_suburi(self, base, test)
Check if test is below base in a URI tree
  reduce_uri(self, uri)
Accept netloc or URI and extract only the netloc and path

Method Details

is_suburi(self, base, test)

Check if test is below base in a URI tree

Both args must be URIs in reduced form.

reduce_uri(self, uri)

Accept netloc or URI and extract only the netloc and path

Generated by Epydoc 2.1 on Wed Dec 20 18:19:28 2006 http://epydoc.sf.net