示例#1
0
 def test_cyclicIterator(self):
     ptcycle = xhtml2pdf_reportlab.PTCycle()
     ptcycle.extend(range(10))
     for ele in ptcycle:
         pass
示例#2
0
 def test_init(self):
     xhtml2pdf_reportlab.PTCycle()