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

Method getFlowable

tools/pythonpoint/pythonpoint.py:656–665  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

654 self.heights = None #tag args can override
655
656 def getFlowable(self):
657 self.parseData()
658 t = Table(
659 self.data,
660 self.widths,
661 self.heights)
662 if self.style:
663 t.setStyle(getStyles()[self.style])
664
665 return t
666
667 def parseData(self):
668 """Try to make sense of the table data!"""

Callers

nothing calls this directly

Calls 4

parseDataMethod · 0.95
setStyleMethod · 0.95
TableClass · 0.90
getStylesFunction · 0.85

Tested by

no test coverage detected