MCPcopy Create free account
hub / github.com/RustPython/RustPython / test_deepcopy_weakref

Method test_deepcopy_weakref

Lib/test/test_copy.py:822–823  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

820 self._check_weakref(copy.copy)
821
822 def test_deepcopy_weakref(self):
823 self._check_weakref(copy.deepcopy)
824
825 def _check_copy_weakdict(self, _dicttype):
826 class C(object):

Callers

nothing calls this directly

Calls 1

_check_weakrefMethod · 0.95

Tested by

no test coverage detected