Class p.u.f._FeedURLHandler(urllib2.HTTPDigestAuthHandler, urllib2.HTTPRedirectHandler, urllib2.HTTPDefaultErrorHandler):

Part of pida.utils.feedparser View In Hierarchy

Undocumented
Line # Kind Name Docs
1690 Method http_error_default Undocumented
1697 Method http_error_302 Undocumented
1706 Method http_error_301 Undocumented
1719 Method http_error_401 Undocumented
def http_error_default(self, req, fp, code, msg, headers):
Undocumented
def http_error_302(self, req, fp, code, msg, headers):
Undocumented
def http_error_301(self, req, fp, code, msg, headers):
Undocumented
def http_error_401(self, req, fp, code, msg, headers):
Undocumented
API Documentation for PIDA, generated by pydoctor.