• Home
  • Raw
  • Download

Lines Matching refs:BaseHandler

101    order given. *handler*\s can be either instances of :class:`BaseHandler`, or
102 subclasses of :class:`BaseHandler` (in which case it must be possible to call
114 Beginning in Python 2.3, a :class:`BaseHandler` subclass may also change its
194 The :class:`OpenerDirector` class opens URLs via :class:`BaseHandler`\ s chained
198 .. class:: BaseHandler()
457 *handler* should be an instance of :class:`BaseHandler`. The following
531 BaseHandler Objects
534 :class:`BaseHandler` objects provide a couple of methods that are directly
539 .. method:: BaseHandler.add_parent(director)
544 .. method:: BaseHandler.close()
549 :class:`BaseHandler`.
558 .. attribute:: BaseHandler.parent
564 .. method:: BaseHandler.default_open(req)
566 This method is *not* defined in :class:`BaseHandler`, but subclasses should
578 .. method:: BaseHandler.protocol_open(req)
583 This method is *not* defined in :class:`BaseHandler`, but subclasses should
590 .. method:: BaseHandler.unknown_open(req)
592 This method is *not* defined in :class:`BaseHandler`, but subclasses should
601 .. method:: BaseHandler.http_error_default(req, fp, code, msg, hdrs)
603 This method is *not* defined in :class:`BaseHandler`, but subclasses should
617 .. method:: BaseHandler.http_error_nnn(req, fp, code, msg, hdrs)
620 in :class:`BaseHandler`, but will be called, if it exists, on an instance of a
629 .. method:: BaseHandler.protocol_request(req)
634 This method is *not* defined in :class:`BaseHandler`, but subclasses should
642 .. method:: BaseHandler.protocol_response(req, response)
647 This method is *not* defined in :class:`BaseHandler`, but subclasses should