MCPcopy Index your code
hub / github.com/pytorch/pytorch / _pprint_impl

Method _pprint_impl

caffe2/python/schema.py:886–889  ·  view source on GitHub ↗
(self, indent, str_buffer)

Source from the content-addressed store, hash-verified

884 self._validate_metadata()
885
886 def _pprint_impl(self, indent, str_buffer):
887 str_buffer.write(' ' * (indent) +
888 'Scalar({!r}, {!r}, {!r})'.format(
889 self.dtype, self._blob, self._metadata) + "\n")
890
891 def id(self):
892 """

Callers

nothing calls this directly

Calls 2

writeMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected