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

Method pprint

tools/python-3.11.9-amd64/Lib/pprint.py:154–157  ·  view source on GitHub ↗
(self, object)

Source from the content-addressed store, hash-verified

152 self._underscore_numbers = underscore_numbers
153
154 def pprint(self, object):
155 if self._stream is not None:
156 self._format(object, self._stream, 0, 0, {}, 0)
157 self._stream.write("\n")
158
159 def pformat(self, object):
160 sio = _StringIO()

Callers 4

pprintFunction · 0.95
_generate_posix_varsFunction · 0.45
pickle.pyFile · 0.45
mainFunction · 0.45

Calls 2

_formatMethod · 0.95
writeMethod · 0.45

Tested by

no test coverage detected