Exemplo n.º 1
0
    def _table(self):
        orig = self.mw.col.sched.counts
        self.mw.col.sched.counts = BlindOverview.dummy

        table = Overview._table(self)
        self.mw.col.sched.counts = orig

        return table
Exemplo n.º 2
0
    def _table(self):
        orig = self.mw.col.sched.counts
        self.mw.col.sched.counts = BlindOverview.dummy

        table = Overview._table(self)
        self.mw.col.sched.counts = orig

        return table