Exemplo n.º 1
0
 def _compile_context(self, *arg, **kw):
     context = BaseQuery._compile_context(self, *arg, **kw)
     if self._apply_no_load_balance_comment:
         context.statement._apply_no_load_balance_comment = True
     return context