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

Method test_fast_save_enter_list

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

Source from the content-addressed store, hash-verified

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])
4582
4583 def test_fast_save_enter_frozenset(self):
4584 self.fast_save_enter(lambda i: frozenset([i]))

Callers

nothing calls this directly

Calls 1

fast_save_enterMethod · 0.95

Tested by

no test coverage detected