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

Function _recursion

tools/python-3.11.9-amd64/Lib/pprint.py:638–640  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

636 bool, type(None)})
637
638def _recursion(object):
639 return ("<Recursion on %s with id=%s>"
640 % (type(object).__name__, id(object)))
641
642
643def _perfcheck(object=None):

Callers 2

_formatMethod · 0.85
_safe_reprMethod · 0.85

Calls 2

typeClass · 0.50
idFunction · 0.50

Tested by

no test coverage detected