Home | History | Annotate | Download | only in stream_server

Lines Matching refs:makefile

251     """A wrapper class for OpenSSL.SSL.Connection to provide makefile method
259 if name in ('_connection', 'makefile'):
264 if name in ('_connection', 'makefile'):
268 def makefile(self, mode='r', bufsize=-1):
425 object with _StandaloneSSLConnection to provide makefile method. We
426 cannot substitute OpenSSL.SSL.Connection.makefile since it's readonly