MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / test_indirectly_recursive

Method test_indirectly_recursive

tests_python/test_safe_repr.py:335–339  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

333 self.assert_unchanged(value, "[1, 2, [...]]")
334
335 def test_indirectly_recursive(self):
336 value = [1, 2]
337 value.append([value])
338
339 self.assert_unchanged(value, "[1, 2, [[...]]]")
340
341
342class TestFrozensets(ContainerBase, SafeReprTestBase):

Callers

nothing calls this directly

Calls 2

assert_unchangedMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected