MCPcopy Index your code
hub / github.com/python/cpython / test_fast_save_enter_tuple

Method test_fast_save_enter_tuple

Lib/test/pickletester.py:4577–4578  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4575 self.assertEqual(data2, data)
4576
4577 def test_fast_save_enter_tuple(self):
4578 self.fast_save_enter(lambda i: (i,))
4579
4580 def test_fast_save_enter_list(self):
4581 self.fast_save_enter(lambda i: [i])

Callers

nothing calls this directly

Calls 1

fast_save_enterMethod · 0.95

Tested by

no test coverage detected