Home | History | Annotate | Download | only in python2.7

Lines Matching refs:OpenerDirector

8 The OpenerDirector manages a collection of Handler objects that do
10 option. The OpenerDirector is a composite object that invokes the
24 build_opener -- Function that creates a new OpenerDirector instance.
34 OpenerDirector -- Sets up the User Agent as the Python-urllib client and manages
311 class OpenerDirector:
467 opener = OpenerDirector()