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

Method start_prefmt

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

Source from the content-addressed store, hash-verified

462
463
464 def start_prefmt(self, args):
465 self._curPrefmt = pythonpoint.PPPreformattedText()
466 self._curPrefmt.style = self._arg('prefmt',args,'style')
467
468
469 def end_prefmt(self):

Callers

nothing calls this directly

Calls 1

_argMethod · 0.95

Tested by

no test coverage detected