MCPcopy Create free account
hub / github.com/Distrotech/reportlab / __init__

Method __init__

tools/pythonpoint/pythonpoint.py:294–299  ·  view source on GitHub ↗
(self, width, height, slide, pageSize)

Source from the content-addressed store, hash-verified

292 """
293
294 def __init__(self, width, height, slide, pageSize):
295 Flowable.__init__(self)
296 self.width = width
297 self.height = height
298 self.slide = slide
299 self.pageSize = pageSize
300
301
302 def __repr__(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected