def get_db(self): ctx = _ctx_stack.top if ctx is not None: if not hasattr(ctx, "mysql_db"): ctx.mysql_db = self.connect() return ctx.mysql_db