MCPcopy Index your code
hub / github.com/clips/pattern / begin_page

Method begin_page

pattern/web/pdf/pdfdevice.py:146–149  ·  view source on GitHub ↗
(self, page, ctm)

Source from the content-addressed store, hash-verified

144 return
145
146 def begin_page(self, page, ctm):
147 self.outfp.write('<page id="%s" bbox="%s" rotate="%d">' %
148 (self.pageno, bbox2str(page.mediabox), page.rotate))
149 return
150
151 def end_page(self, page):
152 self.outfp.write('</page>\n')

Callers

nothing calls this directly

Calls 2

bbox2strFunction · 0.90
writeMethod · 0.80

Tested by

no test coverage detected