{"body":"    @contextlib.contextmanager\r\n    def reserve(self):\r\n        # NOTE(morgan): We must use \"acquire\" if we want all the added context\r\n        # manager logic that places the connection back into the pool at the\r\n        # end of it's use.\r\n        with self._pool.acquire() as conn:\r\n            yield conn","name":"","extension":"py","url":"https://www.irccloud.com/pastebin/2gubO3x8","modified":1531935495,"id":"2gubO3x8","size":308,"lines":7,"own_paste":false,"theme":"","date":1531935478}