Searched refs:_assert_is_copy (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_descr.py | 5006 def _assert_is_copy(self, obj, objcopy, msg=None): member in PicklingTests 5106 self._assert_is_copy(x, y) 5110 self._assert_is_copy(x, y) 5116 self._assert_is_copy(x, y) 5122 self._assert_is_copy(x, y) 5222 self._assert_is_copy(obj, objcopy) 5230 self._assert_is_copy(obj, objcopy2) 5238 self._assert_is_copy(obj, objcopy) 5246 self._assert_is_copy(obj, objcopy2)
|