Home | Sort by relevance Sort by last modified time |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ | |
SocketServer.py | 683 wbufsize = 0 variable in class:StreamRequestHandler 689 # Use only when wbufsize != 0, to avoid small packets. 700 self.wfile = self.connection.makefile('wb', self.wbufsize) |
SimpleXMLRPCServer.py | 440 wbufsize = -1 variable in class:SimpleXMLRPCRequestHandler |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ | |
SocketServer.py | 683 wbufsize = 0 variable in class:StreamRequestHandler 689 # Use only when wbufsize != 0, to avoid small packets. 700 self.wfile = self.connection.makefile('wb', self.wbufsize) |
SimpleXMLRPCServer.py | 440 wbufsize = -1 variable in class:SimpleXMLRPCRequestHandler |