MCPcopy Index your code
hub / github.com/ipython/ipython / test_info_serialliar

Function test_info_serialliar

tests/test_oinspect.py:242–248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

240
241
242def test_info_serialliar():
243 fib_tracker = [0]
244 inspector.info(SerialLiar(fib_tracker))
245
246 # Nested attribute access should be cut off at 100 levels deep to avoid
247 # infinite loops: https://github.com/ipython/ipython/issues/9122
248 assert fib_tracker[0] < 9000
249
250
251def support_function_one(x, y=2, *a, **kw):

Callers

nothing calls this directly

Calls 2

SerialLiarClass · 0.85
infoMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…