def exitCd_failover_mode(self, ctx: tnsnamesParser.Cd_failover_modeContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
Example #2
0
 def exitCd_failover_mode(self,
                          ctx: tnsnamesParser.Cd_failover_modeContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
 def enterCd_failover_mode(self, ctx: tnsnamesParser.Cd_failover_modeContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
Example #4
0
 def enterCd_failover_mode(self,
                           ctx: tnsnamesParser.Cd_failover_modeContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])