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

Method start_pycode

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

Source from the content-addressed store, hash-verified

472
473
474 def start_pycode(self, args):
475 self._curPyCode = pythonpoint.PPPythonCode()
476 self._curPyCode.style = self._arg('pycode',args,'style')
477
478
479 def end_pycode(self):

Callers

nothing calls this directly

Calls 1

_argMethod · 0.95

Tested by

no test coverage detected