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

Method __init__

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

Source from the content-addressed store, hash-verified

591class PPPara:
592 """This is a placeholder for a paragraph."""
593 def __init__(self):
594 self.rawtext = ''
595 self.style = None
596
597 def escapeAgain(self, text):
598 """The XML has been parsed once, so '>' became '>'

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected