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

Method test_directly_recursive

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

Source from the content-addressed store, hash-verified

417 self.saferepr(d1)
418
419 def test_directly_recursive(self):
420 value = {1: None}
421 value[2] = value
422
423 self.assert_unchanged(value, "{1: None, 2: {...}}")
424
425 def test_indirectly_recursive(self):
426 value = {1: None}

Callers

nothing calls this directly

Calls 1

assert_unchangedMethod · 0.80

Tested by

no test coverage detected