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

Method repr

tools/python-3.11.9-amd64/Lib/pydoc.py:549–550  ·  view source on GitHub ↗
(self, object)

Source from the content-addressed store, hash-verified

547 return replace(text, '&', '&amp;', '<', '&lt;', '>', '&gt;')
548
549 def repr(self, object):
550 return Repr.repr(self, object)
551
552 def repr1(self, x, level):
553 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