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

Method getFlowable

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

Source from the content-addressed store, hash-verified

601 pass
602
603 def getFlowable(self):
604## print 'rawText for para:'
605## print repr(self.rawtext)
606 p = Paragraph(
607 self.rawtext,
608 getStyles()[self.style],
609 self.bulletText
610 )
611 return p
612
613
614class PPPreformattedText:

Callers 1

drawOnMethod · 0.45

Calls 2

ParagraphFunction · 0.90
getStylesFunction · 0.85

Tested by

no test coverage detected