ID EN
Urllib Request

BaseHandler.<protocol>_open(req)

Python 3.11

This method is not defined in BaseHandler, but subclasses should define it if they want to handle URLs with the given protocol.

Syntax

PYTHON
BaseHandler.<protocol>_open(req)

See Also

BaseHandler OpenerDirector default_open()