Home
last modified time | relevance | path

Searched refs:handler_class (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
Dsimple_server.py141 host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler argument
144 server = server_class((host, port), handler_class)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2.py1248 def opener_has_handler(self, opener, handler_class): argument
1250 if h.__class__ == handler_class: