MCPcopy Index your code
hub / github.com/RustPython/RustPython / repr

Method repr

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

Source from the content-addressed store, hash-verified

611 return replace(text, '&', '&amp;', '<', '&lt;', '>', '&gt;')
612
613 def repr(self, object):
614 return Repr.repr(self, object)
615
616 def repr1(self, x, level):
617 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