def getContext(self): """Return a SSL.Context object. """ if self._context is None: self._context = self._makeContext() return self._context