Searched refs:recursive_repr (Results 1 – 9 of 9) sorted by relevance
16 from reprlib import recursive_repr368 @recursive_repr()373 @recursive_repr('+++')382 wrapper = recursive_repr()(wrapped)
48 .. decorator:: recursive_repr(fillvalue="...")54 >>> from reprlib import recursive_repr56 ... @recursive_repr()
9 def recursive_repr(fillvalue='...'): function
23 from reprlib import recursive_repr274 @recursive_repr()
27 from reprlib import recursive_repr as _recursive_repr
703 recursive_repr() now sets __qualname__ of wrapper. Patch by Xiang Zhang.
1125 recursive_repr() now sets __qualname__ of wrapper. Patch by Xiang Zhang.
726 these are the C equivalent to :func:`reprlib.recursive_repr`.
1151 decorator, :func:`~reprlib.recursive_repr`, for detecting recursive calls to1155 ... @recursive_repr()