Searched refs:_msg_callback (Results 1 – 2 of 2) sorted by relevance
622 def _msg_callback(self): member in SSLContext654 inner = super()._msg_callback660 @_msg_callback.setter661 def _msg_callback(self, callback): member in SSLContext663 super(SSLContext, SSLContext)._msg_callback.__set__(self, None)696 super(SSLContext, SSLContext)._msg_callback.__set__(self, inner)
4676 self.assertIs(client_context._msg_callback, None)4677 client_context._msg_callback = msg_cb4678 self.assertIs(client_context._msg_callback, msg_cb)4680 client_context._msg_callback = object()4694 client_context._msg_callback = msg_cb