def inline_delete_repl(self, stack, delete): if not stack.top_check('del'): stack.push(moin_page.del_()) else: stack.pop()
def inline_strike_repl(self, stack, strike, strike_begin=None): if strike_begin is not None: stack.push(moin_page.del_()) else: stack.pop()