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

Method test_fast_save_enter_frozenset

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

Source from the content-addressed store, hash-verified

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]))
4585
4586 def test_fast_save_enter_set(self):
4587 self.fast_save_enter(lambda i: set([i]))

Callers

nothing calls this directly

Calls 1

fast_save_enterMethod · 0.95

Tested by

no test coverage detected