MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / do_pp

Method do_pp

tools/python-3.11.9-amd64/Lib/pdb.py:1274–1278  ·  view source on GitHub ↗

pp expression Pretty-print the value of the expression.

(self, arg)

Source from the content-addressed store, hash-verified

1272 self._msg_val_func(arg, repr)
1273
1274 def do_pp(self, arg):
1275 """pp expression
1276 Pretty-print the value of the expression.
1277 """
1278 self._msg_val_func(arg, pprint.pformat)
1279
1280 complete_print = _complete_expression
1281 complete_p = _complete_expression

Callers

nothing calls this directly

Calls 1

_msg_val_funcMethod · 0.95

Tested by

no test coverage detected