Home | History | Annotate | Download | only in mod_pywebsocket

Lines Matching defs:makefile

315     - provide makefile method which is not supported by the class
323 _OVERRIDDEN_ATTRIBUTES = ['_connection', 'makefile', 'shutdown', 'recv']
338 def makefile(self, mode='r', bufsize=-1):
560 object with _StandaloneSSLConnection to provide makefile method. We
561 cannot substitute OpenSSL.SSL.Connection.makefile since it's readonly