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

Method end_string

tools/pythonpoint/stdparser.py:671–677  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

669
670
671 def end_string(self):
672 #controller should have set the text
673 if self._curSlide:
674 self._curSlide.graphics.append(self._curString)
675 elif self._curSection:
676 self._curSection.graphics.append(self._curString)
677 self._curString = None
678
679
680 def start_infostring(self, args):

Callers 1

end_infostringMethod · 0.95

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected