Searched refs:svrcls (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_socketserver.py | 117 def make_server(self, addr, svrcls, hdlrbase): argument 118 class MyServer(svrcls): 135 def run_server(self, svrcls, hdlrbase, testfunc): argument 136 server = self.make_server(self.pickaddr(svrcls.address_family), 137 svrcls, hdlrbase) 144 print "CLASS =", svrcls 146 name='%s serving' % svrcls, 157 testfunc(svrcls.address_family, addr)
|