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

Method start_infostring

tools/pythonpoint/stdparser.py:680–683  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

678
679
680 def start_infostring(self, args):
681 # like a string, but lets them embed page no, author etc.
682 self.start_string(args)
683 self._curString.hasInfo = 1
684
685
686 def end_infostring(self):

Callers

nothing calls this directly

Calls 1

start_stringMethod · 0.95

Tested by

no test coverage detected