def doc(self): if self.app.pargs.playlist is not None: read.print_pdf(self.app.pargs.playlist)
def test_doc(self): read.print_pdf(2127220577)
def doc(self): if self.app.pargs.playlist is not None: read.print_pdf(self.app.pargs.playlist) if self.app.pargs.count is not None: read.print_comment(int(self.app.pargs.count))