MCPcopy Index your code
hub / github.com/python/cpython / repr

Method repr

Lib/pydoc.py:568–569  ·  view source on GitHub ↗
(self, object)

Source from the content-addressed store, hash-verified

566 return replace(text, '&', '&amp;', '<', '&lt;', '>', '&gt;')
567
568 def repr(self, object):
569 return Repr.repr(self, object)
570
571 def repr1(self, x, level):
572 if hasattr(type(x), '__name__'):

Callers 4

formatvalueMethod · 0.45
docotherMethod · 0.45
formatvalueMethod · 0.45
docotherMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected