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

Function _recursion

Lib/pprint.py:872–874  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

870
871
872def _recursion(object):
873 return ("<Recursion on %s with id=%s>"
874 % (type(object).__name__, id(object)))
875
876
877def _wrap_bytes_repr(object, width, allowance):

Callers 2

_formatMethod · 0.85
_safe_reprMethod · 0.85

Calls 1

idFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…